Html Css Color HEX #CFDB38 Bitter Lemon

📋 copy color: '#CFDB38'

red 207 ◦ green 219 ◦ blue 56

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

Shades of Bitter Lemon #CFDB38

Tints of Bitter Lemon #CFDB38

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 42.95%
G = 45.44%
B = 11.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#CFDB38 (or 0xCFDB38) is known color: Bitter Lemon. HEX triplet: CF, DB and 38. RGB value is (207,219,56). Sum of RGB (Red+Green+Blue) = 207+219+56=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 56 (22.27% from 255 or 11.62% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB38 is #3024C7. Grayscale: #C5C5C5. Windows color (decimal): -3155144 or 3726287. OLE color: 3726287.

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

Color convert

RGB 207 219 56 -
CMYK 0.05 0 0.74 0.14
HSL 64.42º 0.69% 0.54% -
HSV(B) 64.42º 0.74% 0.86% -
XYZ 51.78 64.21 13.41 -
YUV 196.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 207 219 56 0.05 0 0.74 0.14 64.42 0.69 0.54
Hex CF DB 38 5 0 4A E 40 45 36
Octal 317 333 70 5 0 112 16 100 105 66
Binary 11001111 11011011 111000 101 0 1001010 1110 1000000 1000101 110110

Color Harmonies of #CFDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB38

Black with #CFDB38

Text Example


Text Example

White with #CFDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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