Html Css Color HEX #CDE35A Mindaro

📋 copy color: '#CDE35A'

red 205 ◦ green 227 ◦ blue 90

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

Shades of Mindaro #CDE35A

Tints of Mindaro #CDE35A

RGB

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

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

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

R = 39.27%
G = 43.49%
B = 17.24%

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

#CDE35A (or 0xCDE35A) is known color: Mindaro. HEX triplet: CD, E3 and 5A. RGB value is (205,227,90). Sum of RGB (Red+Green+Blue) = 205+227+90=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE35A is #321CA5. Grayscale: #CDCDCD. Windows color (decimal): -3284134 or 5956557. OLE color: 5956557.

HSL color Cylindrical-coordinate representation of color #CDE35A: hue angle of 69.64º 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 #CDE35A is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 227 90 -
CMYK 0.10 0 0.60 0.11
HSL 69.64º 0.71% 0.62% -
HSV(B) 69.64º 0.6% 0.89% -
XYZ 54.49 68.66 20.05 -
YUV 204.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 205 227 90 0.10 0 0.60 0.11 69.64 0.71 0.62
Hex CD E3 5A A 0 3C B 46 47 3E
Octal 315 343 132 12 0 74 13 106 107 76
Binary 11001101 11100011 1011010 1010 0 111100 1011 1000110 1000111 111110

Color Harmonies of #CDE35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE35A

Black with #CDE35A

Text Example


Text Example

White with #CDE35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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