Html Css Color HEX #CBD330 Bitter Lemon

📋 copy color: '#CBD330'

red 203 ◦ green 211 ◦ blue 48

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

Shades of Bitter Lemon #CBD330

Tints of Bitter Lemon #CBD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

 BLUE value IS 48 (19.14% from 255) = 10.39%

R = 43.94%
G = 45.67%
B = 10.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#CBD330 (or 0xCBD330) is known color: Bitter Lemon. HEX triplet: CB, D3 and 30. RGB value is (203,211,48). Sum of RGB (Red+Green+Blue) = 203+211+48=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD330 is #342CCF. Grayscale: #BEBEBE. Windows color (decimal): -3419344 or 3199947. OLE color: 3199947.

HSL color Cylindrical-coordinate representation of color #CBD330: hue angle of 62.94º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBD330 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 211 48 -
CMYK 0.04 0 0.77 0.17
HSL 62.94º 0.65% 0.51% -
HSV(B) 62.94º 0.77% 0.83% -
XYZ 48.46 59.5 11.73 -
YUV 190.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 203 211 48 0.04 0 0.77 0.17 62.94 0.65 0.51
Hex CB D3 30 4 0 4D 11 3F 41 33
Octal 313 323 60 4 0 115 21 77 101 63
Binary 11001011 11010011 110000 100 0 1001101 10001 111111 1000001 110011

Color Harmonies of #CBD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD330

Black with #CBD330

Text Example


Text Example

White with #CBD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD330; }

 p { color: rgb(203,211,48); }

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

background-color css

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

 a { background-color: rgb(203,211,48); }

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

border-color css

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

 span { border-color: rgb(203,211,48); }

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