Html Css Color HEX #CEDE6A Mindaro

📋 copy color: '#CEDE6A'

red 206 ◦ green 222 ◦ blue 106

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

Shades of Mindaro #CEDE6A

Tints of Mindaro #CEDE6A

RGB

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

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

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

R = 38.58%
G = 41.57%
B = 19.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#CEDE6A (or 0xCEDE6A) is known color: Mindaro. HEX triplet: CE, DE and 6A. RGB value is (206,222,106). Sum of RGB (Red+Green+Blue) = 206+222+106=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE6A is #312195. Grayscale: #CCCCCC. Windows color (decimal): -3219862 or 7003854. OLE color: 7003854.

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

Color convert

RGB 206 222 106 -
CMYK 0.07 0 0.52 0.13
HSL 68.28º 0.64% 0.64% -
HSV(B) 68.28º 0.52% 0.87% -
XYZ 54.18 66.4 23.6 -
YUV 203.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 206 222 106 0.07 0 0.52 0.13 68.28 0.64 0.64
Hex CE DE 6A 7 0 34 D 44 40 40
Octal 316 336 152 7 0 64 15 104 100 100
Binary 11001110 11011110 1101010 111 0 110100 1101 1000100 1000000 1000000

Color Harmonies of #CEDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE6A

Black with #CEDE6A

Text Example


Text Example

White with #CEDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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