Html Css Color HEX #CDEA6D Mindaro

📋 copy color: '#CDEA6D'

red 205 ◦ green 234 ◦ blue 109

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

Shades of Mindaro #CDEA6D

Tints of Mindaro #CDEA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.89%

R = 37.41%
G = 42.7%
B = 19.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#CDEA6D (or 0xCDEA6D) is known color: Mindaro. HEX triplet: CD, EA and 6D. RGB value is (205,234,109). Sum of RGB (Red+Green+Blue) = 205+234+109=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA6D is #321592. Grayscale: #D3D3D3. Windows color (decimal): -3282323 or 7203533. OLE color: 7203533.

HSL color Cylindrical-coordinate representation of color #CDEA6D: hue angle of 73.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDEA6D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 109 -
CMYK 0.12 0 0.53 0.08
HSL 73.92º 0.75% 0.67% -
HSV(B) 73.92º 0.53% 0.92% -
XYZ 57.36 72.93 25.52 -
YUV 211.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 205 234 109 0.12 0 0.53 0.08 73.92 0.75 0.67
Hex CD EA 6D C 0 35 8 4A 4B 43
Octal 315 352 155 14 0 65 10 112 113 103
Binary 11001101 11101010 1101101 1100 0 110101 1000 1001010 1001011 1000011

Color Harmonies of #CDEA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA6D

Black with #CDEA6D

Text Example


Text Example

White with #CDEA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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