Html Css Color HEX #CDE96B Mindaro

📋 copy color: '#CDE96B'

red 205 ◦ green 233 ◦ blue 107

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

Shades of Mindaro #CDE96B

Tints of Mindaro #CDE96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.63%

R = 37.61%
G = 42.75%
B = 19.63%

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

#CDE96B (or 0xCDE96B) is known color: Mindaro. HEX triplet: CD, E9 and 6B. RGB value is (205,233,107). Sum of RGB (Red+Green+Blue) = 205+233+107=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE96B is #321694. Grayscale: #D2D2D2. Windows color (decimal): -3282581 or 7072205. OLE color: 7072205.

HSL color Cylindrical-coordinate representation of color #CDE96B: hue angle of 73.33º 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 #CDE96B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 107 -
CMYK 0.12 0 0.54 0.09
HSL 73.33º 0.74% 0.67% -
HSV(B) 73.33º 0.54% 0.91% -
XYZ 56.97 72.32 24.87 -
YUV 210.26 69.72 124.25 -
System Red Green Blue C M Y K H S L
Decimal 205 233 107 0.12 0 0.54 0.09 73.33 0.74 0.67
Hex CD E9 6B C 0 36 9 49 4A 43
Octal 315 351 153 14 0 66 11 111 112 103
Binary 11001101 11101001 1101011 1100 0 110110 1001 1001001 1001010 1000011

Color Harmonies of #CDE96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE96B

Black with #CDE96B

Text Example


Text Example

White with #CDE96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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