Html Css Color HEX #CFDC3C Bitter Lemon

📋 copy color: '#CFDC3C'

red 207 ◦ green 220 ◦ blue 60

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

Shades of Bitter Lemon #CFDC3C

Tints of Bitter Lemon #CFDC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.32%

R = 42.51%
G = 45.17%
B = 12.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#CFDC3C (or 0xCFDC3C) is known color: Bitter Lemon. HEX triplet: CF, DC and 3C. RGB value is (207,220,60). Sum of RGB (Red+Green+Blue) = 207+220+60=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC3C is #3023C3. Grayscale: #C6C6C6. Windows color (decimal): -3154884 or 3988687. OLE color: 3988687.

HSL color Cylindrical-coordinate representation of color #CFDC3C: hue angle of 64.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFDC3C is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 60 -
CMYK 0.06 0 0.73 0.14
HSL 64.88º 0.7% 0.55% -
HSV(B) 64.88º 0.73% 0.86% -
XYZ 52.14 64.78 14.03 -
YUV 197.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 207 220 60 0.06 0 0.73 0.14 64.88 0.7 0.55
Hex CF DC 3C 6 0 49 E 41 46 37
Octal 317 334 74 6 0 111 16 101 106 67
Binary 11001111 11011100 111100 110 0 1001001 1110 1000001 1000110 110111

Color Harmonies of #CFDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC3C

Black with #CFDC3C

Text Example


Text Example

White with #CFDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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