Html Css Color HEX #CCF16A Mindaro

📋 copy color: '#CCF16A'

red 204 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #CCF16A

Tints of Mindaro #CCF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.74%

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 37.02%
G = 43.74%
B = 19.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#CCF16A (or 0xCCF16A) is known color: Mindaro. HEX triplet: CC, F1 and 6A. RGB value is (204,241,106). Sum of RGB (Red+Green+Blue) = 204+241+106=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF16A is #330E95. Grayscale: #D7D7D7. Windows color (decimal): -3346070 or 7008716. OLE color: 7008716.

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

Color convert

RGB 204 241 106 -
CMYK 0.15 0 0.56 0.05
HSL 76.44º 0.83% 0.68% -
HSV(B) 76.44º 0.56% 0.95% -
XYZ 58.96 76.79 25.35 -
YUV 214.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 204 241 106 0.15 0 0.56 0.05 76.44 0.83 0.68
Hex CC F1 6A F 0 38 5 4C 53 44
Octal 314 361 152 17 0 70 5 114 123 104
Binary 11001100 11110001 1101010 1111 0 111000 101 1001100 1010011 1000100

Color Harmonies of #CCF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF16A

Black with #CCF16A

Text Example


Text Example

White with #CCF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF16A; }

 p { color: rgb(204,241,106); }

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

background-color css

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

 a { background-color: rgb(204,241,106); }

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

border-color css

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

 span { border-color: rgb(204,241,106); }

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