Html Css Color HEX #CCF36C Mindaro

📋 copy color: '#CCF36C'

red 204 ◦ green 243 ◦ blue 108

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

Shades of Mindaro #CCF36C

Tints of Mindaro #CCF36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 36.76%
G = 43.78%
B = 19.46%

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

#CCF36C (or 0xCCF36C) is known color: Mindaro. HEX triplet: CC, F3 and 6C. RGB value is (204,243,108). Sum of RGB (Red+Green+Blue) = 204+243+108=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF36C is #330C93. Grayscale: #D8D8D8. Windows color (decimal): -3345556 or 7140300. OLE color: 7140300.

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

Color convert

RGB 204 243 108 -
CMYK 0.16 0 0.56 0.05
HSL 77.33º 0.85% 0.69% -
HSV(B) 77.33º 0.56% 0.95% -
XYZ 59.66 78.02 26.1 -
YUV 215.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 204 243 108 0.16 0 0.56 0.05 77.33 0.85 0.69
Hex CC F3 6C 10 0 38 5 4D 55 45
Octal 314 363 154 20 0 70 5 115 125 105
Binary 11001100 11110011 1101100 10000 0 111000 101 1001101 1010101 1000101

Color Harmonies of #CCF36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF36C

Black with #CCF36C

Text Example


Text Example

White with #CCF36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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