Html Css Color HEX #CDEA72 Mindaro

📋 copy color: '#CDEA72'

red 205 ◦ green 234 ◦ blue 114

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

Shades of Mindaro #CDEA72

Tints of Mindaro #CDEA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.61%

R = 37.07%
G = 42.31%
B = 20.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#CDEA72 (or 0xCDEA72) is known color: Mindaro. HEX triplet: CD, EA and 72. RGB value is (205,234,114). Sum of RGB (Red+Green+Blue) = 205+234+114=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA72 is #32158D. Grayscale: #D4D4D4. Windows color (decimal): -3282318 or 7531213. OLE color: 7531213.

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

Color convert

RGB 205 234 114 -
CMYK 0.12 0 0.51 0.08
HSL 74.5º 0.74% 0.68% -
HSV(B) 74.5º 0.51% 0.92% -
XYZ 57.64 73.04 26.98 -
YUV 211.65 72.89 123.26 -
System Red Green Blue C M Y K H S L
Decimal 205 234 114 0.12 0 0.51 0.08 74.5 0.74 0.68
Hex CD EA 72 C 0 33 8 4A 4A 44
Octal 315 352 162 14 0 63 10 112 112 104
Binary 11001101 11101010 1110010 1100 0 110011 1000 1001010 1001010 1000100

Color Harmonies of #CDEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA72

Black with #CDEA72

Text Example


Text Example

White with #CDEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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