Html Css Color HEX #CDE55B Mindaro

📋 copy color: '#CDE55B'

red 205 ◦ green 229 ◦ blue 91

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

Shades of Mindaro #CDE55B

Tints of Mindaro #CDE55B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.62%

 BLUE value IS 91 (35.94% from 255) = 17.33%

R = 39.05%
G = 43.62%
B = 17.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#CDE55B (or 0xCDE55B) is known color: Mindaro. HEX triplet: CD, E5 and 5B. RGB value is (205,229,91). Sum of RGB (Red+Green+Blue) = 205+229+91=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE55B is #321AA4. Grayscale: #CECECE. Windows color (decimal): -3283621 or 6022605. OLE color: 6022605.

HSL color Cylindrical-coordinate representation of color #CDE55B: hue angle of 70.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDE55B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 91 -
CMYK 0.10 0 0.60 0.10
HSL 70.43º 0.73% 0.63% -
HSV(B) 70.43º 0.6% 0.9% -
XYZ 55.08 69.77 20.46 -
YUV 206.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 205 229 91 0.10 0 0.60 0.10 70.43 0.73 0.63
Hex CD E5 5B A 0 3C A 46 49 3F
Octal 315 345 133 12 0 74 12 106 111 77
Binary 11001101 11100101 1011011 1010 0 111100 1010 1000110 1001001 111111

Color Harmonies of #CDE55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE55B

Black with #CDE55B

Text Example


Text Example

White with #CDE55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE55B; }

 p { color: rgb(205,229,91); }

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

background-color css

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

 a { background-color: rgb(205,229,91); }

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

border-color css

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

 span { border-color: rgb(205,229,91); }

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