Html Css Color HEX #CFD02F Bitter Lemon

📋 copy color: '#CFD02F'

red 207 ◦ green 208 ◦ blue 47

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

Shades of Bitter Lemon #CFD02F

Tints of Bitter Lemon #CFD02F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 44.81%
G = 45.02%
B = 10.17%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#CFD02F (or 0xCFD02F) is known color: Bitter Lemon. HEX triplet: CF, D0 and 2F. RGB value is (207,208,47). Sum of RGB (Red+Green+Blue) = 207+208+47=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD02F is #302FD0. Grayscale: #BDBDBD. Windows color (decimal): -3157969 or 3133647. OLE color: 3133647.

HSL color Cylindrical-coordinate representation of color #CFD02F: hue angle of 60.37º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD02F is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 47 -
CMYK 0.00 0 0.77 0.18
HSL 60.37º 0.63% 0.5% -
HSV(B) 60.37º 0.77% 0.82% -
XYZ 48.8 58.58 11.42 -
YUV 189.35 47.67 140.59 -
System Red Green Blue C M Y K H S L
Decimal 207 208 47 0.00 0 0.77 0.18 60.37 0.63 0.5
Hex CF D0 2F 0 0 4D 12 3C 3F 32
Octal 317 320 57 0 0 115 22 74 77 62
Binary 11001111 11010000 101111 0 0 1001101 10010 111100 111111 110010

Color Harmonies of #CFD02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD02F

Black with #CFD02F

Text Example


Text Example

White with #CFD02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD02F; }

 p { color: rgb(207,208,47); }

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

background-color css

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

 a { background-color: rgb(207,208,47); }

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

border-color css

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

 span { border-color: rgb(207,208,47); }

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