Html Css Color HEX #CCF255 Mindaro

📋 copy color: '#CCF255'

red 204 ◦ green 242 ◦ blue 85

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

Shades of Mindaro #CCF255

Tints of Mindaro #CCF255

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.57%

 BLUE value IS 85 (33.59% from 255) = 16.01%

R = 38.42%
G = 45.57%
B = 16.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#CCF255 (or 0xCCF255) is known color: Mindaro. HEX triplet: CC, F2 and 55. RGB value is (204,242,85). Sum of RGB (Red+Green+Blue) = 204+242+85=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF255 is #330DAA. Grayscale: #D5D5D5. Windows color (decimal): -3345835 or 5632716. OLE color: 5632716.

HSL color Cylindrical-coordinate representation of color #CCF255: hue angle of 74.52º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCF255 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 85 -
CMYK 0.16 0 0.65 0.05
HSL 74.52º 0.86% 0.64% -
HSV(B) 74.52º 0.65% 0.95% -
XYZ 58.29 77 20.38 -
YUV 212.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 204 242 85 0.16 0 0.65 0.05 74.52 0.86 0.64
Hex CC F2 55 10 0 41 5 4B 56 40
Octal 314 362 125 20 0 101 5 113 126 100
Binary 11001100 11110010 1010101 10000 0 1000001 101 1001011 1010110 1000000

Color Harmonies of #CCF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF255

Black with #CCF255

Text Example


Text Example

White with #CCF255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF255; }

 p { color: rgb(204,242,85); }

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

background-color css

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

 a { background-color: rgb(204,242,85); }

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

border-color css

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

 span { border-color: rgb(204,242,85); }

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