Html Css Color HEX #CDE95B Mindaro

📋 copy color: '#CDE95B'

red 205 ◦ green 233 ◦ blue 91

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

Shades of Mindaro #CDE95B

Tints of Mindaro #CDE95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.2%

R = 38.75%
G = 44.05%
B = 17.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CDE95B (or 0xCDE95B) is known color: Mindaro. HEX triplet: CD, E9 and 5B. RGB value is (205,233,91). Sum of RGB (Red+Green+Blue) = 205+233+91=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE95B is #3216A4. Grayscale: #D0D0D0. Windows color (decimal): -3282597 or 6023629. OLE color: 6023629.

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

Color convert

RGB 205 233 91 -
CMYK 0.12 0 0.61 0.09
HSL 71.83º 0.76% 0.64% -
HSV(B) 71.83º 0.61% 0.91% -
XYZ 56.2 72.01 20.84 -
YUV 208.44 61.72 125.55 -
System Red Green Blue C M Y K H S L
Decimal 205 233 91 0.12 0 0.61 0.09 71.83 0.76 0.64
Hex CD E9 5B C 0 3D 9 48 4C 40
Octal 315 351 133 14 0 75 11 110 114 100
Binary 11001101 11101001 1011011 1100 0 111101 1001 1001000 1001100 1000000

Color Harmonies of #CDE95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE95B

Black with #CDE95B

Text Example


Text Example

White with #CDE95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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