Html Css Color HEX #CDEB60 Mindaro

📋 copy color: '#CDEB60'

red 205 ◦ green 235 ◦ blue 96

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

Shades of Mindaro #CDEB60

Tints of Mindaro #CDEB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.91%

R = 38.25%
G = 43.84%
B = 17.91%

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

#CDEB60 (or 0xCDEB60) is known color: Mindaro. HEX triplet: CD, EB and 60. RGB value is (205,235,96). Sum of RGB (Red+Green+Blue) = 205+235+96=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB60 is #32149F. Grayscale: #D2D2D2. Windows color (decimal): -3282080 or 6351821. OLE color: 6351821.

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

Color convert

RGB 205 235 96 -
CMYK 0.13 0 0.59 0.08
HSL 72.95º 0.78% 0.65% -
HSV(B) 72.95º 0.59% 0.92% -
XYZ 57 73.24 22.2 -
YUV 210.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 205 235 96 0.13 0 0.59 0.08 72.95 0.78 0.65
Hex CD EB 60 D 0 3B 8 49 4E 41
Octal 315 353 140 15 0 73 10 111 116 101
Binary 11001101 11101011 1100000 1101 0 111011 1000 1001001 1001110 1000001

Color Harmonies of #CDEB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB60

Black with #CDEB60

Text Example


Text Example

White with #CDEB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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