Html Css Color HEX #CCF96A Mindaro

📋 copy color: '#CCF96A'

red 204 ◦ green 249 ◦ blue 106

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

Shades of Mindaro #CCF96A

Tints of Mindaro #CCF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.54%

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

R = 36.49%
G = 44.54%
B = 18.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#CCF96A (or 0xCCF96A) is known color: Mindaro. HEX triplet: CC, F9 and 6A. RGB value is (204,249,106). Sum of RGB (Red+Green+Blue) = 204+249+106=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF96A is #330695. Grayscale: #DBDBDB. Windows color (decimal): -3344022 or 7010764. OLE color: 7010764.

HSL color Cylindrical-coordinate representation of color #CCF96A: hue angle of 78.88º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF96A is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 106 -
CMYK 0.18 0 0.57 0.02
HSL 78.88º 0.92% 0.7% -
HSV(B) 78.88º 0.57% 0.98% -
XYZ 61.38 81.63 26.16 -
YUV 219.24 64.09 117.13 -
System Red Green Blue C M Y K H S L
Decimal 204 249 106 0.18 0 0.57 0.02 78.88 0.92 0.7
Hex CC F9 6A 12 0 39 2 4F 5C 46
Octal 314 371 152 22 0 71 2 117 134 106
Binary 11001100 11111001 1101010 10010 0 111001 10 1001111 1011100 1000110

Color Harmonies of #CCF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF96A

Black with #CCF96A

Text Example


Text Example

White with #CCF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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