Html Css Color HEX #CDEA61 Mindaro

📋 copy color: '#CDEA61'

red 205 ◦ green 234 ◦ blue 97

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

Shades of Mindaro #CDEA61

Tints of Mindaro #CDEA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.1%

R = 38.25%
G = 43.66%
B = 18.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#CDEA61 (or 0xCDEA61) is known color: Mindaro. HEX triplet: CD, EA and 61. RGB value is (205,234,97). Sum of RGB (Red+Green+Blue) = 205+234+97=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA61 is #32159E. Grayscale: #D2D2D2. Windows color (decimal): -3282335 or 6417101. OLE color: 6417101.

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

Color convert

RGB 205 234 97 -
CMYK 0.12 0 0.59 0.08
HSL 72.7º 0.77% 0.65% -
HSV(B) 72.7º 0.59% 0.92% -
XYZ 56.76 72.69 22.35 -
YUV 209.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 205 234 97 0.12 0 0.59 0.08 72.7 0.77 0.65
Hex CD EA 61 C 0 3B 8 49 4D 41
Octal 315 352 141 14 0 73 10 111 115 101
Binary 11001101 11101010 1100001 1100 0 111011 1000 1001001 1001101 1000001

Color Harmonies of #CDEA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA61

Black with #CDEA61

Text Example


Text Example

White with #CDEA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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