Html Css Color HEX #CDE969 Mindaro

📋 copy color: '#CDE969'

red 205 ◦ green 233 ◦ blue 105

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

Shades of Mindaro #CDE969

Tints of Mindaro #CDE969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.34%

R = 37.75%
G = 42.91%
B = 19.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CDE969 (or 0xCDE969) is known color: Mindaro. HEX triplet: CD, E9 and 69. RGB value is (205,233,105). Sum of RGB (Red+Green+Blue) = 205+233+105=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE969 is #321696. Grayscale: #D2D2D2. Windows color (decimal): -3282583 or 6941133. OLE color: 6941133.

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

Color convert

RGB 205 233 105 -
CMYK 0.12 0 0.55 0.09
HSL 73.13º 0.74% 0.66% -
HSV(B) 73.13º 0.55% 0.91% -
XYZ 56.87 72.28 24.32 -
YUV 210.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 205 233 105 0.12 0 0.55 0.09 73.13 0.74 0.66
Hex CD E9 69 C 0 37 9 49 4A 42
Octal 315 351 151 14 0 67 11 111 112 102
Binary 11001101 11101001 1101001 1100 0 110111 1001 1001001 1001010 1000010

Color Harmonies of #CDE969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE969

Black with #CDE969

Text Example


Text Example

White with #CDE969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE969; }

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

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

background-color css

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

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

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

border-color css

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

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

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