Html Css Color HEX #CDE770 Mindaro

📋 copy color: '#CDE770'

red 205 ◦ green 231 ◦ blue 112

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

Shades of Mindaro #CDE770

Tints of Mindaro #CDE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.15%

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

R = 37.41%
G = 42.15%
B = 20.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CDE770 (or 0xCDE770) is known color: Mindaro. HEX triplet: CD, E7 and 70. RGB value is (205,231,112). Sum of RGB (Red+Green+Blue) = 205+231+112=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE770 is #32188F. Grayscale: #D2D2D2. Windows color (decimal): -3283088 or 7399373. OLE color: 7399373.

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

Color convert

RGB 205 231 112 -
CMYK 0.11 0 0.52 0.09
HSL 73.11º 0.71% 0.67% -
HSV(B) 73.11º 0.52% 0.91% -
XYZ 56.68 71.3 26.1 -
YUV 209.66 72.89 124.68 -
System Red Green Blue C M Y K H S L
Decimal 205 231 112 0.11 0 0.52 0.09 73.11 0.71 0.67
Hex CD E7 70 B 0 34 9 49 47 43
Octal 315 347 160 13 0 64 11 111 107 103
Binary 11001101 11100111 1110000 1011 0 110100 1001 1001001 1000111 1000011

Color Harmonies of #CDE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE770

Black with #CDE770

Text Example


Text Example

White with #CDE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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