Html Css Color HEX #CDE85B Mindaro

📋 copy color: '#CDE85B'

red 205 ◦ green 232 ◦ blue 91

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

Shades of Mindaro #CDE85B

Tints of Mindaro #CDE85B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.94%

 BLUE value IS 91 (35.94% from 255) = 17.23%

R = 38.83%
G = 43.94%
B = 17.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CDE85B (or 0xCDE85B) is known color: Mindaro. HEX triplet: CD, E8 and 5B. RGB value is (205,232,91). Sum of RGB (Red+Green+Blue) = 205+232+91=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE85B is #3217A4. Grayscale: #D0D0D0. Windows color (decimal): -3282853 or 6023373. OLE color: 6023373.

HSL color Cylindrical-coordinate representation of color #CDE85B: hue angle of 71.49º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDE85B is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 232 91 -
CMYK 0.12 0 0.61 0.09
HSL 71.49º 0.75% 0.63% -
HSV(B) 71.49º 0.61% 0.91% -
XYZ 55.92 71.45 20.74 -
YUV 207.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 205 232 91 0.12 0 0.61 0.09 71.49 0.75 0.63
Hex CD E8 5B C 0 3D 9 47 4B 3F
Octal 315 350 133 14 0 75 11 107 113 77
Binary 11001101 11101000 1011011 1100 0 111101 1001 1000111 1001011 111111

Color Harmonies of #CDE85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE85B

Black with #CDE85B

Text Example


Text Example

White with #CDE85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE85B; }

 p { color: rgb(205,232,91); }

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

background-color css

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

 a { background-color: rgb(205,232,91); }

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

border-color css

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

 span { border-color: rgb(205,232,91); }

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