Html Css Color HEX #CDE85C Mindaro

📋 copy color: '#CDE85C'

red 205 ◦ green 232 ◦ blue 92

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

Shades of Mindaro #CDE85C

Tints of Mindaro #CDE85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.39%

R = 38.75%
G = 43.86%
B = 17.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CDE85C (or 0xCDE85C) is known color: Mindaro. HEX triplet: CD, E8 and 5C. RGB value is (205,232,92). Sum of RGB (Red+Green+Blue) = 205+232+92=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE85C is #3217A3. Grayscale: #D0D0D0. Windows color (decimal): -3282852 or 6088909. OLE color: 6088909.

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

Color convert

RGB 205 232 92 -
CMYK 0.12 0 0.60 0.09
HSL 71.57º 0.75% 0.64% -
HSV(B) 71.57º 0.6% 0.91% -
XYZ 55.97 71.47 20.97 -
YUV 207.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 205 232 92 0.12 0 0.60 0.09 71.57 0.75 0.64
Hex CD E8 5C C 0 3C 9 48 4B 40
Octal 315 350 134 14 0 74 11 110 113 100
Binary 11001101 11101000 1011100 1100 0 111100 1001 1001000 1001011 1000000

Color Harmonies of #CDE85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE85C

Black with #CDE85C

Text Example


Text Example

White with #CDE85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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