Html Css Color HEX #CCF369 Mindaro

📋 copy color: '#CCF369'

red 204 ◦ green 243 ◦ blue 105

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

Shades of Mindaro #CCF369

Tints of Mindaro #CCF369

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.02%

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

R = 36.96%
G = 44.02%
B = 19.02%

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

#CCF369 (or 0xCCF369) is known color: Mindaro. HEX triplet: CC, F3 and 69. RGB value is (204,243,105). Sum of RGB (Red+Green+Blue) = 204+243+105=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF369 is #330C96. Grayscale: #D8D8D8. Windows color (decimal): -3345559 or 6943692. OLE color: 6943692.

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

Color convert

RGB 204 243 105 -
CMYK 0.16 0 0.57 0.05
HSL 76.96º 0.85% 0.68% -
HSV(B) 76.96º 0.57% 0.95% -
XYZ 59.5 77.96 25.28 -
YUV 215.61 65.58 119.72 -
System Red Green Blue C M Y K H S L
Decimal 204 243 105 0.16 0 0.57 0.05 76.96 0.85 0.68
Hex CC F3 69 10 0 39 5 4D 55 44
Octal 314 363 151 20 0 71 5 115 125 104
Binary 11001100 11110011 1101001 10000 0 111001 101 1001101 1010101 1000100

Color Harmonies of #CCF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF369

Black with #CCF369

Text Example


Text Example

White with #CCF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF369; }

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

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

background-color css

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

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

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

border-color css

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

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

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