Html Css Color HEX #CBDC2F Bitter Lemon

📋 copy color: '#CBDC2F'

red 203 ◦ green 220 ◦ blue 47

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

Shades of Bitter Lemon #CBDC2F

Tints of Bitter Lemon #CBDC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 47 (18.75% from 255) = 10%

R = 43.19%
G = 46.81%
B = 10%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CBDC2F (or 0xCBDC2F) is known color: Bitter Lemon. HEX triplet: CB, DC and 2F. RGB value is (203,220,47). Sum of RGB (Red+Green+Blue) = 203+220+47=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDC2F is #3423D0. Grayscale: #C3C3C3. Windows color (decimal): -3417041 or 3136715. OLE color: 3136715.

HSL color Cylindrical-coordinate representation of color #CBDC2F: hue angle of 65.9º 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 #CBDC2F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 220 47 -
CMYK 0.08 0 0.79 0.14
HSL 65.9º 0.71% 0.52% -
HSV(B) 65.9º 0.79% 0.86% -
XYZ 50.73 64.09 12.39 -
YUV 195.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 203 220 47 0.08 0 0.79 0.14 65.9 0.71 0.52
Hex CB DC 2F 8 0 4F E 42 47 34
Octal 313 334 57 10 0 117 16 102 107 64
Binary 11001011 11011100 101111 1000 0 1001111 1110 1000010 1000111 110100

Color Harmonies of #CBDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDC2F

Black with #CBDC2F

Text Example


Text Example

White with #CBDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDC2F; }

 p { color: rgb(203,220,47); }

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

background-color css

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

 a { background-color: rgb(203,220,47); }

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

border-color css

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

 span { border-color: rgb(203,220,47); }

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