Html Css Color HEX #CDEB61 Mindaro

📋 copy color: '#CDEB61'

red 205 ◦ green 235 ◦ blue 97

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

Shades of Mindaro #CDEB61

Tints of Mindaro #CDEB61

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.76%

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

R = 38.18%
G = 43.76%
B = 18.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#CDEB61 (or 0xCDEB61) is known color: Mindaro. HEX triplet: CD, EB and 61. RGB value is (205,235,97). Sum of RGB (Red+Green+Blue) = 205+235+97=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB61 is #32149E. Grayscale: #D2D2D2. Windows color (decimal): -3282079 or 6417357. OLE color: 6417357.

HSL color Cylindrical-coordinate representation of color #CDEB61: hue angle of 73.04º degrees, saturation: 0.78, 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 #CDEB61 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 97 -
CMYK 0.13 0 0.59 0.08
HSL 73.04º 0.78% 0.65% -
HSV(B) 73.04º 0.59% 0.92% -
XYZ 57.04 73.26 22.44 -
YUV 210.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 205 235 97 0.13 0 0.59 0.08 73.04 0.78 0.65
Hex CD EB 61 D 0 3B 8 49 4E 41
Octal 315 353 141 15 0 73 10 111 116 101
Binary 11001101 11101011 1100001 1101 0 111011 1000 1001001 1001110 1000001

Color Harmonies of #CDEB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB61

Black with #CDEB61

Text Example


Text Example

White with #CDEB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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