Html Css Color HEX #CDE15C Mindaro

📋 copy color: '#CDE15C'

red 205 ◦ green 225 ◦ blue 92

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

Shades of Mindaro #CDE15C

Tints of Mindaro #CDE15C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.1%

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

R = 39.27%
G = 43.1%
B = 17.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#CDE15C (or 0xCDE15C) is known color: Mindaro. HEX triplet: CD, E1 and 5C. RGB value is (205,225,92). Sum of RGB (Red+Green+Blue) = 205+225+92=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE15C is #321EA3. Grayscale: #CCCCCC. Windows color (decimal): -3284644 or 6087117. OLE color: 6087117.

HSL color Cylindrical-coordinate representation of color #CDE15C: hue angle of 69.02º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDE15C is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 92 -
CMYK 0.09 0 0.59 0.12
HSL 69.02º 0.69% 0.62% -
HSV(B) 69.02º 0.59% 0.88% -
XYZ 54.03 67.6 20.33 -
YUV 203.86 64.87 128.81 -
System Red Green Blue C M Y K H S L
Decimal 205 225 92 0.09 0 0.59 0.12 69.02 0.69 0.62
Hex CD E1 5C 9 0 3B C 45 45 3E
Octal 315 341 134 11 0 73 14 105 105 76
Binary 11001101 11100001 1011100 1001 0 111011 1100 1000101 1000101 111110

Color Harmonies of #CDE15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE15C

Black with #CDE15C

Text Example


Text Example

White with #CDE15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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