Html Css Color HEX #CFD935 Bitter Lemon

📋 copy color: '#CFD935'

red 207 ◦ green 217 ◦ blue 53

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

Shades of Bitter Lemon #CFD935

Tints of Bitter Lemon #CFD935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 53 (21.09% from 255) = 11.11%

R = 43.4%
G = 45.49%
B = 11.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CFD935 (or 0xCFD935) is known color: Bitter Lemon. HEX triplet: CF, D9 and 35. RGB value is (207,217,53). Sum of RGB (Red+Green+Blue) = 207+217+53=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 53 (21.09% from 255 or 11.11% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD935 is #3026CA. Grayscale: #C3C3C3. Windows color (decimal): -3155659 or 3529167. OLE color: 3529167.

HSL color Cylindrical-coordinate representation of color #CFD935: hue angle of 63.66º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFD935 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 53 -
CMYK 0.05 0 0.76 0.15
HSL 63.66º 0.68% 0.53% -
HSV(B) 63.66º 0.76% 0.85% -
XYZ 51.19 63.15 12.86 -
YUV 195.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 207 217 53 0.05 0 0.76 0.15 63.66 0.68 0.53
Hex CF D9 35 5 0 4C F 40 44 35
Octal 317 331 65 5 0 114 17 100 104 65
Binary 11001111 11011001 110101 101 0 1001100 1111 1000000 1000100 110101

Color Harmonies of #CFD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD935

Black with #CFD935

Text Example


Text Example

White with #CFD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD935; }

 p { color: rgb(207,217,53); }

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

background-color css

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

 a { background-color: rgb(207,217,53); }

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

border-color css

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

 span { border-color: rgb(207,217,53); }

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