Html Css Color HEX #CDE970 Mindaro

📋 copy color: '#CDE970'

red 205 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #CDE970

Tints of Mindaro #CDE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.36%

R = 37.27%
G = 42.36%
B = 20.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CDE970 (or 0xCDE970) is known color: Mindaro. HEX triplet: CD, E9 and 70. RGB value is (205,233,112). Sum of RGB (Red+Green+Blue) = 205+233+112=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE970 is #32168F. Grayscale: #D3D3D3. Windows color (decimal): -3282576 or 7399885. OLE color: 7399885.

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

Color convert

RGB 205 233 112 -
CMYK 0.12 0 0.52 0.09
HSL 73.88º 0.73% 0.68% -
HSV(B) 73.88º 0.52% 0.91% -
XYZ 57.24 72.43 26.29 -
YUV 210.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 205 233 112 0.12 0 0.52 0.09 73.88 0.73 0.68
Hex CD E9 70 C 0 34 9 4A 49 44
Octal 315 351 160 14 0 64 11 112 111 104
Binary 11001101 11101001 1110000 1100 0 110100 1001 1001010 1001001 1000100

Color Harmonies of #CDE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE970

Black with #CDE970

Text Example


Text Example

White with #CDE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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