Html Css Color HEX #CFDC2B Bitter Lemon

📋 copy color: '#CFDC2B'

red 207 ◦ green 220 ◦ blue 43

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

Shades of Bitter Lemon #CFDC2B

Tints of Bitter Lemon #CFDC2B

RGB

 RED value IS 207 (81.25% from 255) = 44.04%

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

 BLUE value IS 43 (17.19% from 255) = 9.15%

R = 44.04%
G = 46.81%
B = 9.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#CFDC2B (or 0xCFDC2B) is known color: Bitter Lemon. HEX triplet: CF, DC and 2B. RGB value is (207,220,43). Sum of RGB (Red+Green+Blue) = 207+220+43=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 43 (17.19% from 255 or 9.15% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC2B is #3023D4. Grayscale: #C4C4C4. Windows color (decimal): -3154901 or 2874575. OLE color: 2874575.

HSL color Cylindrical-coordinate representation of color #CFDC2B: hue angle of 64.41º degrees, saturation: 0.72, 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 #CFDC2B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 43 -
CMYK 0.06 0 0.80 0.14
HSL 64.41º 0.72% 0.52% -
HSV(B) 64.41º 0.8% 0.86% -
XYZ 51.76 64.63 12.03 -
YUV 195.94 41.69 135.89 -
System Red Green Blue C M Y K H S L
Decimal 207 220 43 0.06 0 0.80 0.14 64.41 0.72 0.52
Hex CF DC 2B 6 0 50 E 40 48 34
Octal 317 334 53 6 0 120 16 100 110 64
Binary 11001111 11011100 101011 110 0 1010000 1110 1000000 1001000 110100

Color Harmonies of #CFDC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC2B

Black with #CFDC2B

Text Example


Text Example

White with #CFDC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC2B; }

 p { color: rgb(207,220,43); }

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

background-color css

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

 a { background-color: rgb(207,220,43); }

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

border-color css

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

 span { border-color: rgb(207,220,43); }

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