Html Css Color HEX #CFD138 Bitter Lemon

📋 copy color: '#CFD138'

red 207 ◦ green 209 ◦ blue 56

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

Shades of Bitter Lemon #CFD138

Tints of Bitter Lemon #CFD138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

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

R = 43.86%
G = 44.28%
B = 11.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#CFD138 (or 0xCFD138) is known color: Bitter Lemon. HEX triplet: CF, D1 and 38. RGB value is (207,209,56). Sum of RGB (Red+Green+Blue) = 207+209+56=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD138 is #302EC7. Grayscale: #BFBFBF. Windows color (decimal): -3157704 or 3723727. OLE color: 3723727.

HSL color Cylindrical-coordinate representation of color #CFD138: hue angle of 60.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFD138 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 56 -
CMYK 0.01 0 0.73 0.18
HSL 60.78º 0.62% 0.52% -
HSV(B) 60.78º 0.73% 0.82% -
XYZ 49.25 59.15 12.56 -
YUV 190.96 51.84 139.44 -
System Red Green Blue C M Y K H S L
Decimal 207 209 56 0.01 0 0.73 0.18 60.78 0.62 0.52
Hex CF D1 38 1 0 49 12 3D 3E 34
Octal 317 321 70 1 0 111 22 75 76 64
Binary 11001111 11010001 111000 1 0 1001001 10010 111101 111110 110100

Color Harmonies of #CFD138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD138

Black with #CFD138

Text Example


Text Example

White with #CFD138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD138; }

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

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

background-color css

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

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

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

border-color css

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

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

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