Html Css Color HEX #CDEA5E Mindaro

📋 copy color: '#CDEA5E'

red 205 ◦ green 234 ◦ blue 94

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

Shades of Mindaro #CDEA5E

Tints of Mindaro #CDEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.9%

 BLUE value IS 94 (37.11% from 255) = 17.64%

R = 38.46%
G = 43.9%
B = 17.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CDEA5E (or 0xCDEA5E) is known color: Mindaro. HEX triplet: CD, EA and 5E. RGB value is (205,234,94). Sum of RGB (Red+Green+Blue) = 205+234+94=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA5E is #3215A1. Grayscale: #D1D1D1. Windows color (decimal): -3282338 or 6220493. OLE color: 6220493.

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

Color convert

RGB 205 234 94 -
CMYK 0.12 0 0.60 0.08
HSL 72.43º 0.77% 0.64% -
HSV(B) 72.43º 0.6% 0.92% -
XYZ 56.62 72.63 21.63 -
YUV 209.37 62.89 124.88 -
System Red Green Blue C M Y K H S L
Decimal 205 234 94 0.12 0 0.60 0.08 72.43 0.77 0.64
Hex CD EA 5E C 0 3C 8 48 4D 40
Octal 315 352 136 14 0 74 10 110 115 100
Binary 11001101 11101010 1011110 1100 0 111100 1000 1001000 1001101 1000000

Color Harmonies of #CDEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA5E

Black with #CDEA5E

Text Example


Text Example

White with #CDEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA5E; }

 p { color: rgb(205,234,94); }

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

background-color css

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

 a { background-color: rgb(205,234,94); }

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

border-color css

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

 span { border-color: rgb(205,234,94); }

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