Html Css Color HEX #CEDE71 Mindaro

📋 copy color: '#CEDE71'

red 206 ◦ green 222 ◦ blue 113

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

Shades of Mindaro #CEDE71

Tints of Mindaro #CEDE71

RGB

 RED value IS 206 (80.86% from 255) = 38.08%

 GREEN value IS 222 (87.11% from 255) = 41.04%

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

R = 38.08%
G = 41.04%
B = 20.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CEDE71 (or 0xCEDE71) is known color: Mindaro. HEX triplet: CE, DE and 71. RGB value is (206,222,113). Sum of RGB (Red+Green+Blue) = 206+222+113=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE71 is #31218E. Grayscale: #CDCDCD. Windows color (decimal): -3219855 or 7462606. OLE color: 7462606.

HSL color Cylindrical-coordinate representation of color #CEDE71: hue angle of 68.81º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEDE71 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 113 -
CMYK 0.07 0 0.49 0.13
HSL 68.81º 0.62% 0.66% -
HSV(B) 68.81º 0.49% 0.87% -
XYZ 54.56 66.56 25.59 -
YUV 204.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 206 222 113 0.07 0 0.49 0.13 68.81 0.62 0.66
Hex CE DE 71 7 0 31 D 45 3E 42
Octal 316 336 161 7 0 61 15 105 76 102
Binary 11001110 11011110 1110001 111 0 110001 1101 1000101 111110 1000010

Color Harmonies of #CEDE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE71

Black with #CEDE71

Text Example


Text Example

White with #CEDE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE71; }

 p { color: rgb(206,222,113); }

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

background-color css

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

 a { background-color: rgb(206,222,113); }

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

border-color css

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

 span { border-color: rgb(206,222,113); }

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