Html Css Color HEX #CBDA2E Bitter Lemon

📋 copy color: '#CBDA2E'

red 203 ◦ green 218 ◦ blue 46

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

Shades of Bitter Lemon #CBDA2E

Tints of Bitter Lemon #CBDA2E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.68%

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

R = 43.47%
G = 46.68%
B = 9.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CBDA2E (or 0xCBDA2E) is known color: Bitter Lemon. HEX triplet: CB, DA and 2E. RGB value is (203,218,46). Sum of RGB (Red+Green+Blue) = 203+218+46=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA2E is #3425D1. Grayscale: #C2C2C2. Windows color (decimal): -3417554 or 3070667. OLE color: 3070667.

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

Color convert

RGB 203 218 46 -
CMYK 0.07 0 0.79 0.15
HSL 65.23º 0.7% 0.52% -
HSV(B) 65.23º 0.79% 0.85% -
XYZ 50.19 63.04 12.11 -
YUV 193.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 203 218 46 0.07 0 0.79 0.15 65.23 0.7 0.52
Hex CB DA 2E 7 0 4F F 41 46 34
Octal 313 332 56 7 0 117 17 101 106 64
Binary 11001011 11011010 101110 111 0 1001111 1111 1000001 1000110 110100

Color Harmonies of #CBDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA2E

Black with #CBDA2E

Text Example


Text Example

White with #CBDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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