Html Css Color HEX #CEDF74 Mindaro

📋 copy color: '#CEDF74'

red 206 ◦ green 223 ◦ blue 116

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

Shades of Mindaro #CEDF74

Tints of Mindaro #CEDF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

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

R = 37.8%
G = 40.92%
B = 21.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CEDF74 (or 0xCEDF74) is known color: Mindaro. HEX triplet: CE, DF and 74. RGB value is (206,223,116). Sum of RGB (Red+Green+Blue) = 206+223+116=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF74 is #31208B. Grayscale: #CECECE. Windows color (decimal): -3219596 or 7659470. OLE color: 7659470.

HSL color Cylindrical-coordinate representation of color #CEDF74: hue angle of 69.53º degrees, saturation: 0.63, 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 #CEDF74 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 116 -
CMYK 0.08 0 0.48 0.13
HSL 69.53º 0.63% 0.66% -
HSV(B) 69.53º 0.48% 0.87% -
XYZ 54.99 67.16 26.59 -
YUV 205.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 206 223 116 0.08 0 0.48 0.13 69.53 0.63 0.66
Hex CE DF 74 8 0 30 D 46 3F 42
Octal 316 337 164 10 0 60 15 106 77 102
Binary 11001110 11011111 1110100 1000 0 110000 1101 1000110 111111 1000010

Color Harmonies of #CEDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF74

Black with #CEDF74

Text Example


Text Example

White with #CEDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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