Html Css Color HEX #CCF76C Mindaro

📋 copy color: '#CCF76C'

red 204 ◦ green 247 ◦ blue 108

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

Shades of Mindaro #CCF76C

Tints of Mindaro #CCF76C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.19%

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

R = 36.49%
G = 44.19%
B = 19.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#CCF76C (or 0xCCF76C) is known color: Mindaro. HEX triplet: CC, F7 and 6C. RGB value is (204,247,108). Sum of RGB (Red+Green+Blue) = 204+247+108=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF76C is #330893. Grayscale: #DADADA. Windows color (decimal): -3344532 or 7141324. OLE color: 7141324.

HSL color Cylindrical-coordinate representation of color #CCF76C: hue angle of 78.56º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF76C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 108 -
CMYK 0.17 0 0.56 0.03
HSL 78.56º 0.9% 0.7% -
HSV(B) 78.56º 0.56% 0.97% -
XYZ 60.87 80.44 26.51 -
YUV 218.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 204 247 108 0.17 0 0.56 0.03 78.56 0.9 0.7
Hex CC F7 6C 11 0 38 3 4F 5A 46
Octal 314 367 154 21 0 70 3 117 132 106
Binary 11001100 11110111 1101100 10001 0 111000 11 1001111 1011010 1000110

Color Harmonies of #CCF76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF76C

Black with #CCF76C

Text Example


Text Example

White with #CCF76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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