Html Css Color HEX #CEDF6A Mindaro

📋 copy color: '#CEDF6A'

red 206 ◦ green 223 ◦ blue 106

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

Shades of Mindaro #CEDF6A

Tints of Mindaro #CEDF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 38.5%
G = 41.68%
B = 19.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CEDF6A (or 0xCEDF6A) is known color: Mindaro. HEX triplet: CE, DF and 6A. RGB value is (206,223,106). Sum of RGB (Red+Green+Blue) = 206+223+106=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF6A is #312095. Grayscale: #CDCDCD. Windows color (decimal): -3219606 or 7004110. OLE color: 7004110.

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

Color convert

RGB 206 223 106 -
CMYK 0.08 0 0.52 0.13
HSL 68.72º 0.65% 0.65% -
HSV(B) 68.72º 0.52% 0.87% -
XYZ 54.44 66.94 23.69 -
YUV 204.58 72.37 129.01 -
System Red Green Blue C M Y K H S L
Decimal 206 223 106 0.08 0 0.52 0.13 68.72 0.65 0.65
Hex CE DF 6A 8 0 34 D 45 41 41
Octal 316 337 152 10 0 64 15 105 101 101
Binary 11001110 11011111 1101010 1000 0 110100 1101 1000101 1000001 1000001

Color Harmonies of #CEDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF6A

Black with #CEDF6A

Text Example


Text Example

White with #CEDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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