Html Css Color HEX #CDE852 Mindaro

📋 copy color: '#CDE852'

red 205 ◦ green 232 ◦ blue 82

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

Shades of Mindaro #CDE852

Tints of Mindaro #CDE852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.8%

R = 39.5%
G = 44.7%
B = 15.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#CDE852 (or 0xCDE852) is known color: Mindaro. HEX triplet: CD, E8 and 52. RGB value is (205,232,82). Sum of RGB (Red+Green+Blue) = 205+232+82=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE852 is #3217AD. Grayscale: #CFCFCF. Windows color (decimal): -3282862 or 5433549. OLE color: 5433549.

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

Color convert

RGB 205 232 82 -
CMYK 0.12 0 0.65 0.09
HSL 70.8º 0.77% 0.62% -
HSV(B) 70.8º 0.65% 0.91% -
XYZ 55.56 71.3 18.82 -
YUV 206.83 57.55 126.7 -
System Red Green Blue C M Y K H S L
Decimal 205 232 82 0.12 0 0.65 0.09 70.8 0.77 0.62
Hex CD E8 52 C 0 41 9 47 4D 3E
Octal 315 350 122 14 0 101 11 107 115 76
Binary 11001101 11101000 1010010 1100 0 1000001 1001 1000111 1001101 111110

Color Harmonies of #CDE852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE852

Black with #CDE852

Text Example


Text Example

White with #CDE852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE852; }

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

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

background-color css

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

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

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

border-color css

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

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

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