Html Css Color HEX #CED81F Bitter Lemon

📋 copy color: '#CED81F'

red 206 ◦ green 216 ◦ blue 31

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

Shades of Bitter Lemon #CED81F

Tints of Bitter Lemon #CED81F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

 BLUE value IS 31 (12.5% from 255) = 6.84%

R = 45.47%
G = 47.68%
B = 6.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#CED81F (or 0xCED81F) is known color: Bitter Lemon. HEX triplet: CE, D8 and 1F. RGB value is (206,216,31). Sum of RGB (Red+Green+Blue) = 206+216+31=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #CED81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED81F is #3127E0. Grayscale: #C0C0C0. Windows color (decimal): -3221473 or 2087118. OLE color: 2087118.

HSL color Cylindrical-coordinate representation of color #CED81F: hue angle of 63.24º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED81F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 31 -
CMYK 0.05 0 0.86 0.15
HSL 63.24º 0.75% 0.48% -
HSV(B) 63.24º 0.86% 0.85% -
XYZ 50.26 62.33 10.68 -
YUV 191.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 206 216 31 0.05 0 0.86 0.15 63.24 0.75 0.48
Hex CE D8 1F 5 0 56 F 3F 4B 30
Octal 316 330 37 5 0 126 17 77 113 60
Binary 11001110 11011000 11111 101 0 1010110 1111 111111 1001011 110000

Color Harmonies of #CED81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED81F

Black with #CED81F

Text Example


Text Example

White with #CED81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED81F; }

 p { color: rgb(206,216,31); }

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

background-color css

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

 a { background-color: rgb(206,216,31); }

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

border-color css

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

 span { border-color: rgb(206,216,31); }

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