Html Css Color HEX #CCF06A Mindaro

📋 copy color: '#CCF06A'

red 204 ◦ green 240 ◦ blue 106

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

Shades of Mindaro #CCF06A

Tints of Mindaro #CCF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.64%

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 37.09%
G = 43.64%
B = 19.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#CCF06A (or 0xCCF06A) is known color: Mindaro. HEX triplet: CC, F0 and 6A. RGB value is (204,240,106). Sum of RGB (Red+Green+Blue) = 204+240+106=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF06A is #330F95. Grayscale: #D6D6D6. Windows color (decimal): -3346326 or 7008460. OLE color: 7008460.

HSL color Cylindrical-coordinate representation of color #CCF06A: hue angle of 76.12º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF06A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 106 -
CMYK 0.15 0 0.56 0.06
HSL 76.12º 0.82% 0.68% -
HSV(B) 76.12º 0.56% 0.94% -
XYZ 58.66 76.2 25.25 -
YUV 213.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 204 240 106 0.15 0 0.56 0.06 76.12 0.82 0.68
Hex CC F0 6A F 0 38 6 4C 52 44
Octal 314 360 152 17 0 70 6 114 122 104
Binary 11001100 11110000 1101010 1111 0 111000 110 1001100 1010010 1000100

Color Harmonies of #CCF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF06A

Black with #CCF06A

Text Example


Text Example

White with #CCF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF06A; }

 p { color: rgb(204,240,106); }

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

background-color css

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

 a { background-color: rgb(204,240,106); }

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

border-color css

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

 span { border-color: rgb(204,240,106); }

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