Html Css Color HEX #CCF26A Mindaro

📋 copy color: '#CCF26A'

red 204 ◦ green 242 ◦ blue 106

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

Shades of Mindaro #CCF26A

Tints of Mindaro #CCF26A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.84%

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

R = 36.96%
G = 43.84%
B = 19.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#CCF26A (or 0xCCF26A) is known color: Mindaro. HEX triplet: CC, F2 and 6A. RGB value is (204,242,106). Sum of RGB (Red+Green+Blue) = 204+242+106=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF26A is #330D95. Grayscale: #D7D7D7. Windows color (decimal): -3345814 or 7008972. OLE color: 7008972.

HSL color Cylindrical-coordinate representation of color #CCF26A: hue angle of 76.76º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF26A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 106 -
CMYK 0.16 0 0.56 0.05
HSL 76.76º 0.84% 0.68% -
HSV(B) 76.76º 0.56% 0.95% -
XYZ 59.26 77.38 25.45 -
YUV 215.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 204 242 106 0.16 0 0.56 0.05 76.76 0.84 0.68
Hex CC F2 6A 10 0 38 5 4D 54 44
Octal 314 362 152 20 0 70 5 115 124 104
Binary 11001100 11110010 1101010 10000 0 111000 101 1001101 1010100 1000100

Color Harmonies of #CCF26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF26A

Black with #CCF26A

Text Example


Text Example

White with #CCF26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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