Html Css Color HEX #CDE671 Mindaro

📋 copy color: '#CDE671'

red 205 ◦ green 230 ◦ blue 113

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

Shades of Mindaro #CDE671

Tints of Mindaro #CDE671

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.97%

 BLUE value IS 113 (44.53% from 255) = 20.62%

R = 37.41%
G = 41.97%
B = 20.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#CDE671 (or 0xCDE671) is known color: Mindaro. HEX triplet: CD, E6 and 71. RGB value is (205,230,113). Sum of RGB (Red+Green+Blue) = 205+230+113=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE671 is #32198E. Grayscale: #D1D1D1. Windows color (decimal): -3283343 or 7464653. OLE color: 7464653.

HSL color Cylindrical-coordinate representation of color #CDE671: hue angle of 72.82º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDE671 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 113 -
CMYK 0.11 0 0.51 0.10
HSL 72.82º 0.7% 0.67% -
HSV(B) 72.82º 0.51% 0.9% -
XYZ 56.45 70.77 26.31 -
YUV 209.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 205 230 113 0.11 0 0.51 0.10 72.82 0.7 0.67
Hex CD E6 71 B 0 33 A 49 46 43
Octal 315 346 161 13 0 63 12 111 106 103
Binary 11001101 11100110 1110001 1011 0 110011 1010 1001001 1000110 1000011

Color Harmonies of #CDE671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE671

Black with #CDE671

Text Example


Text Example

White with #CDE671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE671; }

 p { color: rgb(205,230,113); }

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

background-color css

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

 a { background-color: rgb(205,230,113); }

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

border-color css

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

 span { border-color: rgb(205,230,113); }

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