Html Css Color HEX #CCF26B Mindaro

📋 copy color: '#CCF26B'

red 204 ◦ green 242 ◦ blue 107

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

Shades of Mindaro #CCF26B

Tints of Mindaro #CCF26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.35%

R = 36.89%
G = 43.76%
B = 19.35%

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

#CCF26B (or 0xCCF26B) is known color: Mindaro. HEX triplet: CC, F2 and 6B. RGB value is (204,242,107). Sum of RGB (Red+Green+Blue) = 204+242+107=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF26B is #330D94. Grayscale: #D7D7D7. Windows color (decimal): -3345813 or 7074508. OLE color: 7074508.

HSL color Cylindrical-coordinate representation of color #CCF26B: hue angle of 76.89º 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 #CCF26B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 107 -
CMYK 0.16 0 0.56 0.05
HSL 76.89º 0.84% 0.68% -
HSV(B) 76.89º 0.56% 0.95% -
XYZ 59.31 77.4 25.72 -
YUV 215.25 66.91 119.98 -
System Red Green Blue C M Y K H S L
Decimal 204 242 107 0.16 0 0.56 0.05 76.89 0.84 0.68
Hex CC F2 6B 10 0 38 5 4D 54 44
Octal 314 362 153 20 0 70 5 115 124 104
Binary 11001100 11110010 1101011 10000 0 111000 101 1001101 1010100 1000100

Color Harmonies of #CCF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF26B

Black with #CCF26B

Text Example


Text Example

White with #CCF26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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