Html Css Color HEX #CCF269 Mindaro

📋 copy color: '#CCF269'

red 204 ◦ green 242 ◦ blue 105

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

Shades of Mindaro #CCF269

Tints of Mindaro #CCF269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.06%

R = 37.02%
G = 43.92%
B = 19.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#CCF269 (or 0xCCF269) is known color: Mindaro. HEX triplet: CC, F2 and 69. RGB value is (204,242,105). Sum of RGB (Red+Green+Blue) = 204+242+105=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF269 is #330D96. Grayscale: #D7D7D7. Windows color (decimal): -3345815 or 6943436. OLE color: 6943436.

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

Color convert

RGB 204 242 105 -
CMYK 0.16 0 0.57 0.05
HSL 76.64º 0.84% 0.68% -
HSV(B) 76.64º 0.57% 0.95% -
XYZ 59.2 77.36 25.18 -
YUV 215.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 204 242 105 0.16 0 0.57 0.05 76.64 0.84 0.68
Hex CC F2 69 10 0 39 5 4D 54 44
Octal 314 362 151 20 0 71 5 115 124 104
Binary 11001100 11110010 1101001 10000 0 111001 101 1001101 1010100 1000100

Color Harmonies of #CCF269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF269

Black with #CCF269

Text Example


Text Example

White with #CCF269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF269; }

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

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

background-color css

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

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

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

border-color css

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

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

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