Html Css Color HEX #CFD32E Bitter Lemon

📋 copy color: '#CFD32E'

red 207 ◦ green 211 ◦ blue 46

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

Shades of Bitter Lemon #CFD32E

Tints of Bitter Lemon #CFD32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.91%

R = 44.61%
G = 45.47%
B = 9.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#CFD32E (or 0xCFD32E) is known color: Bitter Lemon. HEX triplet: CF, D3 and 2E. RGB value is (207,211,46). Sum of RGB (Red+Green+Blue) = 207+211+46=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD32E is #302CD1. Grayscale: #BFBFBF. Windows color (decimal): -3157202 or 3068879. OLE color: 3068879.

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

Color convert

RGB 207 211 46 -
CMYK 0.02 0 0.78 0.17
HSL 61.45º 0.65% 0.5% -
HSV(B) 61.45º 0.78% 0.83% -
XYZ 49.52 60.05 11.57 -
YUV 190.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 207 211 46 0.02 0 0.78 0.17 61.45 0.65 0.5
Hex CF D3 2E 2 0 4E 11 3D 41 32
Octal 317 323 56 2 0 116 21 75 101 62
Binary 11001111 11010011 101110 10 0 1001110 10001 111101 1000001 110010

Color Harmonies of #CFD32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD32E

Black with #CFD32E

Text Example


Text Example

White with #CFD32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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