Html Css Color HEX #CFDC38 Bitter Lemon

📋 copy color: '#CFDC38'

red 207 ◦ green 220 ◦ blue 56

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

Shades of Bitter Lemon #CFDC38

Tints of Bitter Lemon #CFDC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.59%

R = 42.86%
G = 45.55%
B = 11.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CFDC38 (or 0xCFDC38) is known color: Bitter Lemon. HEX triplet: CF, DC and 38. RGB value is (207,220,56). Sum of RGB (Red+Green+Blue) = 207+220+56=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC38 is #3023C7. Grayscale: #C6C6C6. Windows color (decimal): -3154888 or 3726543. OLE color: 3726543.

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

Color convert

RGB 207 220 56 -
CMYK 0.06 0 0.75 0.14
HSL 64.76º 0.7% 0.54% -
HSV(B) 64.76º 0.75% 0.86% -
XYZ 52.04 64.74 13.49 -
YUV 197.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 207 220 56 0.06 0 0.75 0.14 64.76 0.7 0.54
Hex CF DC 38 6 0 4B E 41 46 36
Octal 317 334 70 6 0 113 16 101 106 66
Binary 11001111 11011100 111000 110 0 1001011 1110 1000001 1000110 110110

Color Harmonies of #CFDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC38

Black with #CFDC38

Text Example


Text Example

White with #CFDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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