Html Css Color HEX #CFD338 Bitter Lemon

📋 copy color: '#CFD338'

red 207 ◦ green 211 ◦ blue 56

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

Shades of Bitter Lemon #CFD338

Tints of Bitter Lemon #CFD338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.51%

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

R = 43.67%
G = 44.51%
B = 11.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#CFD338 (or 0xCFD338) is known color: Bitter Lemon. HEX triplet: CF, D3 and 38. RGB value is (207,211,56). Sum of RGB (Red+Green+Blue) = 207+211+56=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD338 is #302CC7. Grayscale: #C0C0C0. Windows color (decimal): -3157192 or 3724239. OLE color: 3724239.

HSL color Cylindrical-coordinate representation of color #CFD338: hue angle of 61.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFD338 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 56 -
CMYK 0.02 0 0.73 0.17
HSL 61.55º 0.64% 0.52% -
HSV(B) 61.55º 0.73% 0.83% -
XYZ 49.74 60.14 12.73 -
YUV 192.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 207 211 56 0.02 0 0.73 0.17 61.55 0.64 0.52
Hex CF D3 38 2 0 49 11 3E 40 34
Octal 317 323 70 2 0 111 21 76 100 64
Binary 11001111 11010011 111000 10 0 1001001 10001 111110 1000000 110100

Color Harmonies of #CFD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD338

Black with #CFD338

Text Example


Text Example

White with #CFD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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