Html Css Color HEX #CCF868 Mindaro

📋 copy color: '#CCF868'

red 204 ◦ green 248 ◦ blue 104

#CCF868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CCF868

Tints of Mindaro #CCF868

RGB

 RED value IS 204 (80.08% from 255) = 36.69%

 GREEN value IS 248 (97.27% from 255) = 44.6%

 BLUE value IS 104 (41.02% from 255) = 18.71%

R = 36.69%
G = 44.6%
B = 18.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCF868 (or 0xCCF868) is known color: Mindaro. HEX triplet: CC, F8 and 68. RGB value is (204,248,104). Sum of RGB (Red+Green+Blue) = 204+248+104=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF868 is #330797. Grayscale: #DADADA. Windows color (decimal): -3344280 or 6879436. OLE color: 6879436.

HSL color Cylindrical-coordinate representation of color #CCF868: hue angle of 78.33º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF868 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 104 -
CMYK 0.18 0 0.58 0.03
HSL 78.33º 0.91% 0.69% -
HSV(B) 78.33º 0.58% 0.97% -
XYZ 60.97 80.97 25.51 -
YUV 218.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 204 248 104 0.18 0 0.58 0.03 78.33 0.91 0.69
Hex CC F8 68 12 0 3A 3 4E 5B 45
Octal 314 370 150 22 0 72 3 116 133 105
Binary 11001100 11111000 1101000 10010 0 111010 11 1001110 1011011 1000101

Color Harmonies of #CCF868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF868

Black with #CCF868

Text Example


Text Example

White with #CCF868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF868; }

 p { color: rgb(204,248,104); }

 H1.HeaderClassName
 {
   color: #CCF868;
 }
 .AnyTagClassName
 {
   color: #CCF868;
 }
</style>

background-color css

<style>
 a { background-color: #CCF868; }

 a { background-color: rgb(204,248,104); }

 div.DivClassName
 {
   background-color: #CCF868;
 }
 .BgClassName
 {
   background-color: #CCF868;
 }
</style>

border-color css

<style>
 span { border-color: #CCF868; }

 span { border-color: rgb(204,248,104); }

 td.TdClassName
 {
   border-color: #CCF868;
 }
 .TagClassName
 {
   border-color: #CCF868;
 }
</style>