Html Css Color HEX #CEDE74 Mindaro

📋 copy color: '#CEDE74'

red 206 ◦ green 222 ◦ blue 116

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

Shades of Mindaro #CEDE74

Tints of Mindaro #CEDE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 37.87%
G = 40.81%
B = 21.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CEDE74 (or 0xCEDE74) is known color: Mindaro. HEX triplet: CE, DE and 74. RGB value is (206,222,116). Sum of RGB (Red+Green+Blue) = 206+222+116=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE74 is #31218B. Grayscale: #CDCDCD. Windows color (decimal): -3219852 or 7659214. OLE color: 7659214.

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

Color convert

RGB 206 222 116 -
CMYK 0.07 0 0.48 0.13
HSL 69.06º 0.62% 0.66% -
HSV(B) 69.06º 0.48% 0.87% -
XYZ 54.73 66.63 26.5 -
YUV 205.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 206 222 116 0.07 0 0.48 0.13 69.06 0.62 0.66
Hex CE DE 74 7 0 30 D 45 3E 42
Octal 316 336 164 7 0 60 15 105 76 102
Binary 11001110 11011110 1110100 111 0 110000 1101 1000101 111110 1000010

Color Harmonies of #CEDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE74

Black with #CEDE74

Text Example


Text Example

White with #CEDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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