Html Css Color HEX #CDEB5A Mindaro

📋 copy color: '#CDEB5A'

red 205 ◦ green 235 ◦ blue 90

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

Shades of Mindaro #CDEB5A

Tints of Mindaro #CDEB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 38.68%
G = 44.34%
B = 16.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#CDEB5A (or 0xCDEB5A) is known color: Mindaro. HEX triplet: CD, EB and 5A. RGB value is (205,235,90). Sum of RGB (Red+Green+Blue) = 205+235+90=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB5A is #3214A5. Grayscale: #D2D2D2. Windows color (decimal): -3282086 or 5958605. OLE color: 5958605.

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

Color convert

RGB 205 235 90 -
CMYK 0.13 0 0.62 0.08
HSL 72.41º 0.78% 0.64% -
HSV(B) 72.41º 0.62% 0.92% -
XYZ 56.73 73.13 20.8 -
YUV 209.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 205 235 90 0.13 0 0.62 0.08 72.41 0.78 0.64
Hex CD EB 5A D 0 3E 8 48 4E 40
Octal 315 353 132 15 0 76 10 110 116 100
Binary 11001101 11101011 1011010 1101 0 111110 1000 1001000 1001110 1000000

Color Harmonies of #CDEB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB5A

Black with #CDEB5A

Text Example


Text Example

White with #CDEB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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