Html Css Color HEX #CDEB5D Mindaro

📋 copy color: '#CDEB5D'

red 205 ◦ green 235 ◦ blue 93

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

Shades of Mindaro #CDEB5D

Tints of Mindaro #CDEB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.45%

R = 38.46%
G = 44.09%
B = 17.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CDEB5D (or 0xCDEB5D) is known color: Mindaro. HEX triplet: CD, EB and 5D. RGB value is (205,235,93). Sum of RGB (Red+Green+Blue) = 205+235+93=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB5D is #3214A2. Grayscale: #D2D2D2. Windows color (decimal): -3282083 or 6155213. OLE color: 6155213.

HSL color Cylindrical-coordinate representation of color #CDEB5D: hue angle of 72.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDEB5D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 93 -
CMYK 0.13 0 0.60 0.08
HSL 72.68º 0.78% 0.64% -
HSV(B) 72.68º 0.6% 0.92% -
XYZ 56.86 73.19 21.49 -
YUV 209.84 62.06 124.55 -
System Red Green Blue C M Y K H S L
Decimal 205 235 93 0.13 0 0.60 0.08 72.68 0.78 0.64
Hex CD EB 5D D 0 3C 8 49 4E 40
Octal 315 353 135 15 0 74 10 111 116 100
Binary 11001101 11101011 1011101 1101 0 111100 1000 1001001 1001110 1000000

Color Harmonies of #CDEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB5D

Black with #CDEB5D

Text Example


Text Example

White with #CDEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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