Html Css Color HEX #CCF26D Mindaro

📋 copy color: '#CCF26D'

red 204 ◦ green 242 ◦ blue 109

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

Shades of Mindaro #CCF26D

Tints of Mindaro #CCF26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.64%

R = 36.76%
G = 43.6%
B = 19.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#CCF26D (or 0xCCF26D) is known color: Mindaro. HEX triplet: CC, F2 and 6D. RGB value is (204,242,109). Sum of RGB (Red+Green+Blue) = 204+242+109=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF26D is #330D92. Grayscale: #D7D7D7. Windows color (decimal): -3345811 or 7205580. OLE color: 7205580.

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

Color convert

RGB 204 242 109 -
CMYK 0.16 0 0.55 0.05
HSL 77.14º 0.84% 0.69% -
HSV(B) 77.14º 0.55% 0.95% -
XYZ 59.41 77.45 26.29 -
YUV 215.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 204 242 109 0.16 0 0.55 0.05 77.14 0.84 0.69
Hex CC F2 6D 10 0 37 5 4D 54 45
Octal 314 362 155 20 0 67 5 115 124 105
Binary 11001100 11110010 1101101 10000 0 110111 101 1001101 1010100 1000101

Color Harmonies of #CCF26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF26D

Black with #CCF26D

Text Example


Text Example

White with #CCF26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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