Html Css Color HEX #CEDE68 Mindaro

📋 copy color: '#CEDE68'

red 206 ◦ green 222 ◦ blue 104

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

Shades of Mindaro #CEDE68

Tints of Mindaro #CEDE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.55%

R = 38.72%
G = 41.73%
B = 19.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CEDE68 (or 0xCEDE68) is known color: Mindaro. HEX triplet: CE, DE and 68. RGB value is (206,222,104). Sum of RGB (Red+Green+Blue) = 206+222+104=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE68 is #312197. Grayscale: #CCCCCC. Windows color (decimal): -3219864 or 6872782. OLE color: 6872782.

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

Color convert

RGB 206 222 104 -
CMYK 0.07 0 0.53 0.13
HSL 68.14º 0.64% 0.64% -
HSV(B) 68.14º 0.53% 0.87% -
XYZ 54.07 66.36 23.06 -
YUV 203.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 206 222 104 0.07 0 0.53 0.13 68.14 0.64 0.64
Hex CE DE 68 7 0 35 D 44 40 40
Octal 316 336 150 7 0 65 15 104 100 100
Binary 11001110 11011110 1101000 111 0 110101 1101 1000100 1000000 1000000

Color Harmonies of #CEDE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE68

Black with #CEDE68

Text Example


Text Example

White with #CEDE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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