Html Css Color HEX #CDE35C Mindaro

📋 copy color: '#CDE35C'

red 205 ◦ green 227 ◦ blue 92

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

Shades of Mindaro #CDE35C

Tints of Mindaro #CDE35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.56%

R = 39.12%
G = 43.32%
B = 17.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#CDE35C (or 0xCDE35C) is known color: Mindaro. HEX triplet: CD, E3 and 5C. RGB value is (205,227,92). Sum of RGB (Red+Green+Blue) = 205+227+92=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE35C is #321CA3. Grayscale: #CDCDCD. Windows color (decimal): -3284132 or 6087629. OLE color: 6087629.

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

Color convert

RGB 205 227 92 -
CMYK 0.10 0 0.59 0.11
HSL 69.78º 0.71% 0.63% -
HSV(B) 69.78º 0.59% 0.89% -
XYZ 54.58 68.69 20.51 -
YUV 205.03 64.21 127.98 -
System Red Green Blue C M Y K H S L
Decimal 205 227 92 0.10 0 0.59 0.11 69.78 0.71 0.63
Hex CD E3 5C A 0 3B B 46 47 3F
Octal 315 343 134 12 0 73 13 106 107 77
Binary 11001101 11100011 1011100 1010 0 111011 1011 1000110 1000111 111111

Color Harmonies of #CDE35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE35C

Black with #CDE35C

Text Example


Text Example

White with #CDE35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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