Html Css Color HEX #CFD238 Bitter Lemon

📋 copy color: '#CFD238'

red 207 ◦ green 210 ◦ blue 56

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

Shades of Bitter Lemon #CFD238

Tints of Bitter Lemon #CFD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

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

R = 43.76%
G = 44.4%
B = 11.84%

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

#CFD238 (or 0xCFD238) is known color: Bitter Lemon. HEX triplet: CF, D2 and 38. RGB value is (207,210,56). Sum of RGB (Red+Green+Blue) = 207+210+56=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD238 is #302DC7. Grayscale: #C0C0C0. Windows color (decimal): -3157448 or 3723983. OLE color: 3723983.

HSL color Cylindrical-coordinate representation of color #CFD238: hue angle of 61.17º degrees, saturation: 0.63, 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 #CFD238 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 56 -
CMYK 0.01 0 0.73 0.18
HSL 61.17º 0.63% 0.52% -
HSV(B) 61.17º 0.73% 0.82% -
XYZ 49.49 59.64 12.65 -
YUV 191.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 207 210 56 0.01 0 0.73 0.18 61.17 0.63 0.52
Hex CF D2 38 1 0 49 12 3D 3F 34
Octal 317 322 70 1 0 111 22 75 77 64
Binary 11001111 11010010 111000 1 0 1001001 10010 111101 111111 110100

Color Harmonies of #CFD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD238

Black with #CFD238

Text Example


Text Example

White with #CFD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD238; }

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

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

background-color css

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

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

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

border-color css

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

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

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