Html Css Color HEX #CDEE64 Mindaro

📋 copy color: '#CDEE64'

red 205 ◦ green 238 ◦ blue 100

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

Shades of Mindaro #CDEE64

Tints of Mindaro #CDEE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.42%

R = 37.75%
G = 43.83%
B = 18.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#CDEE64 (or 0xCDEE64) is known color: Mindaro. HEX triplet: CD, EE and 64. RGB value is (205,238,100). Sum of RGB (Red+Green+Blue) = 205+238+100=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE64 is #32119B. Grayscale: #D4D4D4. Windows color (decimal): -3281308 or 6614733. OLE color: 6614733.

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

Color convert

RGB 205 238 100 -
CMYK 0.14 0 0.58 0.07
HSL 74.35º 0.8% 0.66% -
HSV(B) 74.35º 0.58% 0.93% -
XYZ 58.05 75.05 23.48 -
YUV 212.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 205 238 100 0.14 0 0.58 0.07 74.35 0.8 0.66
Hex CD EE 64 E 0 3A 7 4A 50 42
Octal 315 356 144 16 0 72 7 112 120 102
Binary 11001101 11101110 1100100 1110 0 111010 111 1001010 1010000 1000010

Color Harmonies of #CDEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE64

Black with #CDEE64

Text Example


Text Example

White with #CDEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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