Html Css Color HEX #CDE25E Mindaro

📋 copy color: '#CDE25E'

red 205 ◦ green 226 ◦ blue 94

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

Shades of Mindaro #CDE25E

Tints of Mindaro #CDE25E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.05%

 BLUE value IS 94 (37.11% from 255) = 17.9%

R = 39.05%
G = 43.05%
B = 17.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CDE25E (or 0xCDE25E) is known color: Mindaro. HEX triplet: CD, E2 and 5E. RGB value is (205,226,94). Sum of RGB (Red+Green+Blue) = 205+226+94=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE25E is #321DA1. Grayscale: #CDCDCD. Windows color (decimal): -3284386 or 6218445. OLE color: 6218445.

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

Color convert

RGB 205 226 94 -
CMYK 0.09 0 0.58 0.11
HSL 69.55º 0.69% 0.63% -
HSV(B) 69.55º 0.58% 0.89% -
XYZ 54.39 68.18 20.88 -
YUV 204.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 205 226 94 0.09 0 0.58 0.11 69.55 0.69 0.63
Hex CD E2 5E 9 0 3A B 46 45 3F
Octal 315 342 136 11 0 72 13 106 105 77
Binary 11001101 11100010 1011110 1001 0 111010 1011 1000110 1000101 111111

Color Harmonies of #CDE25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE25E

Black with #CDE25E

Text Example


Text Example

White with #CDE25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE25E; }

 p { color: rgb(205,226,94); }

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

background-color css

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

 a { background-color: rgb(205,226,94); }

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

border-color css

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

 span { border-color: rgb(205,226,94); }

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