Html Css Color HEX #CDEE55 Mindaro

📋 copy color: '#CDEE55'

red 205 ◦ green 238 ◦ blue 85

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

Shades of Mindaro #CDEE55

Tints of Mindaro #CDEE55

RGB

 RED value IS 205 (80.47% from 255) = 38.83%

 GREEN value IS 238 (93.36% from 255) = 45.08%

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

R = 38.83%
G = 45.08%
B = 16.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#CDEE55 (or 0xCDEE55) is known color: Mindaro. HEX triplet: CD, EE and 55. RGB value is (205,238,85). Sum of RGB (Red+Green+Blue) = 205+238+85=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE55 is #3211AA. Grayscale: #D3D3D3. Windows color (decimal): -3281323 or 5631693. OLE color: 5631693.

HSL color Cylindrical-coordinate representation of color #CDEE55: hue angle of 72.94º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDEE55 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 85 -
CMYK 0.14 0 0.64 0.07
HSL 72.94º 0.82% 0.63% -
HSV(B) 72.94º 0.64% 0.93% -
XYZ 57.39 74.78 20 -
YUV 210.69 57.07 123.94 -
System Red Green Blue C M Y K H S L
Decimal 205 238 85 0.14 0 0.64 0.07 72.94 0.82 0.63
Hex CD EE 55 E 0 40 7 49 52 3F
Octal 315 356 125 16 0 100 7 111 122 77
Binary 11001101 11101110 1010101 1110 0 1000000 111 1001001 1010010 111111

Color Harmonies of #CDEE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE55

Black with #CDEE55

Text Example


Text Example

White with #CDEE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE55; }

 p { color: rgb(205,238,85); }

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

background-color css

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

 a { background-color: rgb(205,238,85); }

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

border-color css

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

 span { border-color: rgb(205,238,85); }

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