Html Css Color HEX #CBDB2E Bitter Lemon

📋 copy color: '#CBDB2E'

red 203 ◦ green 219 ◦ blue 46

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

Shades of Bitter Lemon #CBDB2E

Tints of Bitter Lemon #CBDB2E

RGB

 RED value IS 203 (79.69% from 255) = 43.38%

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

 BLUE value IS 46 (18.36% from 255) = 9.83%

R = 43.38%
G = 46.79%
B = 9.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CBDB2E (or 0xCBDB2E) is known color: Bitter Lemon. HEX triplet: CB, DB and 2E. RGB value is (203,219,46). Sum of RGB (Red+Green+Blue) = 203+219+46=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB2E is #3424D1. Grayscale: #C3C3C3. Windows color (decimal): -3417298 or 3070923. OLE color: 3070923.

HSL color Cylindrical-coordinate representation of color #CBDB2E: hue angle of 65.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBDB2E is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 46 -
CMYK 0.07 0 0.79 0.14
HSL 65.55º 0.71% 0.52% -
HSV(B) 65.55º 0.79% 0.86% -
XYZ 50.45 63.56 12.19 -
YUV 194.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 203 219 46 0.07 0 0.79 0.14 65.55 0.71 0.52
Hex CB DB 2E 7 0 4F E 42 47 34
Octal 313 333 56 7 0 117 16 102 107 64
Binary 11001011 11011011 101110 111 0 1001111 1110 1000010 1000111 110100

Color Harmonies of #CBDB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB2E

Black with #CBDB2E

Text Example


Text Example

White with #CBDB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB2E; }

 p { color: rgb(203,219,46); }

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

background-color css

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

 a { background-color: rgb(203,219,46); }

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

border-color css

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

 span { border-color: rgb(203,219,46); }

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