Html Css Color HEX #CCF85A Mindaro

📋 copy color: '#CCF85A'

red 204 ◦ green 248 ◦ blue 90

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

Shades of Mindaro #CCF85A

Tints of Mindaro #CCF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.76%

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 37.64%
G = 45.76%
B = 16.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#CCF85A (or 0xCCF85A) is known color: Mindaro. HEX triplet: CC, F8 and 5A. RGB value is (204,248,90). Sum of RGB (Red+Green+Blue) = 204+248+90=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF85A is #3307A5. Grayscale: #D9D9D9. Windows color (decimal): -3344294 or 5961932. OLE color: 5961932.

HSL color Cylindrical-coordinate representation of color #CCF85A: hue angle of 76.71º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF85A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 90 -
CMYK 0.18 0 0.64 0.03
HSL 76.71º 0.92% 0.66% -
HSV(B) 76.71º 0.64% 0.97% -
XYZ 60.31 80.71 22.07 -
YUV 216.83 56.42 118.85 -
System Red Green Blue C M Y K H S L
Decimal 204 248 90 0.18 0 0.64 0.03 76.71 0.92 0.66
Hex CC F8 5A 12 0 40 3 4D 5C 42
Octal 314 370 132 22 0 100 3 115 134 102
Binary 11001100 11111000 1011010 10010 0 1000000 11 1001101 1011100 1000010

Color Harmonies of #CCF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF85A

Black with #CCF85A

Text Example


Text Example

White with #CCF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF85A; }

 p { color: rgb(204,248,90); }

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

background-color css

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

 a { background-color: rgb(204,248,90); }

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

border-color css

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

 span { border-color: rgb(204,248,90); }

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