Html Css Color HEX #CCEF55 Mindaro

📋 copy color: '#CCEF55'

red 204 ◦ green 239 ◦ blue 85

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

Shades of Mindaro #CCEF55

Tints of Mindaro #CCEF55

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.27%

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

R = 38.64%
G = 45.27%
B = 16.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#CCEF55 (or 0xCCEF55) is known color: Mindaro. HEX triplet: CC, EF and 55. RGB value is (204,239,85). Sum of RGB (Red+Green+Blue) = 204+239+85=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF55 is #3310AA. Grayscale: #D3D3D3. Windows color (decimal): -3346603 or 5631948. OLE color: 5631948.

HSL color Cylindrical-coordinate representation of color #CCEF55: hue angle of 73.64º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCEF55 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 85 -
CMYK 0.15 0 0.64 0.06
HSL 73.64º 0.83% 0.64% -
HSV(B) 73.64º 0.64% 0.94% -
XYZ 57.41 75.23 20.09 -
YUV 210.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 204 239 85 0.15 0 0.64 0.06 73.64 0.83 0.64
Hex CC EF 55 F 0 40 6 4A 53 40
Octal 314 357 125 17 0 100 6 112 123 100
Binary 11001100 11101111 1010101 1111 0 1000000 110 1001010 1010011 1000000

Color Harmonies of #CCEF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF55

Black with #CCEF55

Text Example


Text Example

White with #CCEF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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