Html Css Color HEX #CDEA6A Mindaro

📋 copy color: '#CDEA6A'

red 205 ◦ green 234 ◦ blue 106

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

Shades of Mindaro #CDEA6A

Tints of Mindaro #CDEA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 37.61%
G = 42.94%
B = 19.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#CDEA6A (or 0xCDEA6A) is known color: Mindaro. HEX triplet: CD, EA and 6A. RGB value is (205,234,106). Sum of RGB (Red+Green+Blue) = 205+234+106=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA6A is #321595. Grayscale: #D3D3D3. Windows color (decimal): -3282326 or 7006925. OLE color: 7006925.

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

Color convert

RGB 205 234 106 -
CMYK 0.12 0 0.55 0.08
HSL 73.59º 0.75% 0.67% -
HSV(B) 73.59º 0.55% 0.92% -
XYZ 57.2 72.87 24.69 -
YUV 210.74 68.89 123.91 -
System Red Green Blue C M Y K H S L
Decimal 205 234 106 0.12 0 0.55 0.08 73.59 0.75 0.67
Hex CD EA 6A C 0 37 8 4A 4B 43
Octal 315 352 152 14 0 67 10 112 113 103
Binary 11001101 11101010 1101010 1100 0 110111 1000 1001010 1001011 1000011

Color Harmonies of #CDEA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA6A

Black with #CDEA6A

Text Example


Text Example

White with #CDEA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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