Html Css Color HEX #CCF85F Mindaro

📋 copy color: '#CCF85F'

red 204 ◦ green 248 ◦ blue 95

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

Shades of Mindaro #CCF85F

Tints of Mindaro #CCF85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.37%

R = 37.29%
G = 45.34%
B = 17.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CCF85F (or 0xCCF85F) is known color: Mindaro. HEX triplet: CC, F8 and 5F. RGB value is (204,248,95). Sum of RGB (Red+Green+Blue) = 204+248+95=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF85F is #3307A0. Grayscale: #D9D9D9. Windows color (decimal): -3344289 or 6289612. OLE color: 6289612.

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

Color convert

RGB 204 248 95 -
CMYK 0.18 0 0.62 0.03
HSL 77.25º 0.92% 0.67% -
HSV(B) 77.25º 0.62% 0.97% -
XYZ 60.53 80.8 23.23 -
YUV 217.4 58.92 118.44 -
System Red Green Blue C M Y K H S L
Decimal 204 248 95 0.18 0 0.62 0.03 77.25 0.92 0.67
Hex CC F8 5F 12 0 3E 3 4D 5C 43
Octal 314 370 137 22 0 76 3 115 134 103
Binary 11001100 11111000 1011111 10010 0 111110 11 1001101 1011100 1000011

Color Harmonies of #CCF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF85F

Black with #CCF85F

Text Example


Text Example

White with #CCF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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