Html Css Color HEX #CDE96C Mindaro

📋 copy color: '#CDE96C'

red 205 ◦ green 233 ◦ blue 108

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

Shades of Mindaro #CDE96C

Tints of Mindaro #CDE96C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.67%

 BLUE value IS 108 (42.58% from 255) = 19.78%

R = 37.55%
G = 42.67%
B = 19.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#CDE96C (or 0xCDE96C) is known color: Mindaro. HEX triplet: CD, E9 and 6C. RGB value is (205,233,108). Sum of RGB (Red+Green+Blue) = 205+233+108=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE96C is #321693. Grayscale: #D2D2D2. Windows color (decimal): -3282580 or 7137741. OLE color: 7137741.

HSL color Cylindrical-coordinate representation of color #CDE96C: hue angle of 73.44º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDE96C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 108 -
CMYK 0.12 0 0.54 0.09
HSL 73.44º 0.74% 0.67% -
HSV(B) 73.44º 0.54% 0.91% -
XYZ 57.02 72.34 25.14 -
YUV 210.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 205 233 108 0.12 0 0.54 0.09 73.44 0.74 0.67
Hex CD E9 6C C 0 36 9 49 4A 43
Octal 315 351 154 14 0 66 11 111 112 103
Binary 11001101 11101001 1101100 1100 0 110110 1001 1001001 1001010 1000011

Color Harmonies of #CDE96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE96C

Black with #CDE96C

Text Example


Text Example

White with #CDE96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE96C; }

 p { color: rgb(205,233,108); }

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

background-color css

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

 a { background-color: rgb(205,233,108); }

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

border-color css

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

 span { border-color: rgb(205,233,108); }

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