Html Css Color HEX #CDE35B Mindaro

📋 copy color: '#CDE35B'

red 205 ◦ green 227 ◦ blue 91

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

Shades of Mindaro #CDE35B

Tints of Mindaro #CDE35B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.4%

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

R = 39.2%
G = 43.4%
B = 17.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CDE35B (or 0xCDE35B) is known color: Mindaro. HEX triplet: CD, E3 and 5B. RGB value is (205,227,91). Sum of RGB (Red+Green+Blue) = 205+227+91=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE35B is #321CA4. Grayscale: #CDCDCD. Windows color (decimal): -3284133 or 6022093. OLE color: 6022093.

HSL color Cylindrical-coordinate representation of color #CDE35B: hue angle of 69.71º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDE35B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 227 91 -
CMYK 0.10 0 0.60 0.11
HSL 69.71º 0.71% 0.62% -
HSV(B) 69.71º 0.6% 0.89% -
XYZ 54.53 68.67 20.28 -
YUV 204.92 63.71 128.06 -
System Red Green Blue C M Y K H S L
Decimal 205 227 91 0.10 0 0.60 0.11 69.71 0.71 0.62
Hex CD E3 5B A 0 3C B 46 47 3E
Octal 315 343 133 12 0 74 13 106 107 76
Binary 11001101 11100011 1011011 1010 0 111100 1011 1000110 1000111 111110

Color Harmonies of #CDE35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE35B

Black with #CDE35B

Text Example


Text Example

White with #CDE35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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