Html Css Color HEX #CEDF6D Mindaro

📋 copy color: '#CEDF6D'

red 206 ◦ green 223 ◦ blue 109

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

Shades of Mindaro #CEDF6D

Tints of Mindaro #CEDF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 38.29%
G = 41.45%
B = 20.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#CEDF6D (or 0xCEDF6D) is known color: Mindaro. HEX triplet: CE, DF and 6D. RGB value is (206,223,109). Sum of RGB (Red+Green+Blue) = 206+223+109=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF6D is #312092. Grayscale: #CDCDCD. Windows color (decimal): -3219603 or 7200718. OLE color: 7200718.

HSL color Cylindrical-coordinate representation of color #CEDF6D: hue angle of 68.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEDF6D is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 109 -
CMYK 0.08 0 0.51 0.13
HSL 68.95º 0.64% 0.65% -
HSV(B) 68.95º 0.51% 0.87% -
XYZ 54.6 67 24.52 -
YUV 204.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 206 223 109 0.08 0 0.51 0.13 68.95 0.64 0.65
Hex CE DF 6D 8 0 33 D 45 40 41
Octal 316 337 155 10 0 63 15 105 100 101
Binary 11001110 11011111 1101101 1000 0 110011 1101 1000101 1000000 1000001

Color Harmonies of #CEDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF6D

Black with #CEDF6D

Text Example


Text Example

White with #CEDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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