Html Css Color HEX #CFD029 Bitter Lemon

📋 copy color: '#CFD029'

red 207 ◦ green 208 ◦ blue 41

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

Shades of Bitter Lemon #CFD029

Tints of Bitter Lemon #CFD029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 45.39%
G = 45.61%
B = 8.99%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#CFD029 (or 0xCFD029) is known color: Bitter Lemon. HEX triplet: CF, D0 and 29. RGB value is (207,208,41). Sum of RGB (Red+Green+Blue) = 207+208+41=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD029 is #302FD6. Grayscale: #BDBDBD. Windows color (decimal): -3157975 or 2740431. OLE color: 2740431.

HSL color Cylindrical-coordinate representation of color #CFD029: hue angle of 60.36º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFD029 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 41 -
CMYK 0.00 0 0.80 0.18
HSL 60.36º 0.67% 0.49% -
HSV(B) 60.36º 0.8% 0.82% -
XYZ 48.69 58.54 10.83 -
YUV 188.66 44.67 141.08 -
System Red Green Blue C M Y K H S L
Decimal 207 208 41 0.00 0 0.80 0.18 60.36 0.67 0.49
Hex CF D0 29 0 0 50 12 3C 43 31
Octal 317 320 51 0 0 120 22 74 103 61
Binary 11001111 11010000 101001 0 0 1010000 10010 111100 1000011 110001

Color Harmonies of #CFD029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD029

Black with #CFD029

Text Example


Text Example

White with #CFD029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD029; }

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

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

background-color css

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

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

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

border-color css

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

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

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