Html Css Color HEX #CEDB33 Bitter Lemon

📋 copy color: '#CEDB33'

red 206 ◦ green 219 ◦ blue 51

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

Shades of Bitter Lemon #CEDB33

Tints of Bitter Lemon #CEDB33

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

 BLUE value IS 51 (20.31% from 255) = 10.71%

R = 43.28%
G = 46.01%
B = 10.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#CEDB33 (or 0xCEDB33) is known color: Bitter Lemon. HEX triplet: CE, DB and 33. RGB value is (206,219,51). Sum of RGB (Red+Green+Blue) = 206+219+51=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB33 is #3124CC. Grayscale: #C4C4C4. Windows color (decimal): -3220685 or 3398606. OLE color: 3398606.

HSL color Cylindrical-coordinate representation of color #CEDB33: hue angle of 64.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEDB33 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 51 -
CMYK 0.06 0 0.77 0.14
HSL 64.64º 0.7% 0.53% -
HSV(B) 64.64º 0.77% 0.86% -
XYZ 51.38 64.02 12.78 -
YUV 195.96 46.19 135.16 -
System Red Green Blue C M Y K H S L
Decimal 206 219 51 0.06 0 0.77 0.14 64.64 0.7 0.53
Hex CE DB 33 6 0 4D E 41 46 35
Octal 316 333 63 6 0 115 16 101 106 65
Binary 11001110 11011011 110011 110 0 1001101 1110 1000001 1000110 110101

Color Harmonies of #CEDB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB33

Black with #CEDB33

Text Example


Text Example

White with #CEDB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB33; }

 p { color: rgb(206,219,51); }

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

background-color css

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

 a { background-color: rgb(206,219,51); }

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

border-color css

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

 span { border-color: rgb(206,219,51); }

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