Html Css Color HEX #CBDB2C Bitter Lemon

📋 copy color: '#CBDB2C'

red 203 ◦ green 219 ◦ blue 44

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

Shades of Bitter Lemon #CBDB2C

Tints of Bitter Lemon #CBDB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.44%

R = 43.56%
G = 47%
B = 9.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#CBDB2C (or 0xCBDB2C) is known color: Bitter Lemon. HEX triplet: CB, DB and 2C. RGB value is (203,219,44). Sum of RGB (Red+Green+Blue) = 203+219+44=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB2C is #3424D3. Grayscale: #C2C2C2. Windows color (decimal): -3417300 or 2939851. OLE color: 2939851.

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

Color convert

RGB 203 219 44 -
CMYK 0.07 0 0.80 0.14
HSL 65.49º 0.71% 0.52% -
HSV(B) 65.49º 0.8% 0.86% -
XYZ 50.41 63.54 11.99 -
YUV 194.27 43.2 134.23 -
System Red Green Blue C M Y K H S L
Decimal 203 219 44 0.07 0 0.80 0.14 65.49 0.71 0.52
Hex CB DB 2C 7 0 50 E 41 47 34
Octal 313 333 54 7 0 120 16 101 107 64
Binary 11001011 11011011 101100 111 0 1010000 1110 1000001 1000111 110100

Color Harmonies of #CBDB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB2C

Black with #CBDB2C

Text Example


Text Example

White with #CBDB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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