Html Css Color HEX #CFD925 Bitter Lemon

📋 copy color: '#CFD925'

red 207 ◦ green 217 ◦ blue 37

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

Shades of Bitter Lemon #CFD925

Tints of Bitter Lemon #CFD925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.03%

R = 44.9%
G = 47.07%
B = 8.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#CFD925 (or 0xCFD925) is known color: Bitter Lemon. HEX triplet: CF, D9 and 25. RGB value is (207,217,37). Sum of RGB (Red+Green+Blue) = 207+217+37=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD925 is #3026DA. Grayscale: #C2C2C2. Windows color (decimal): -3155675 or 2480591. OLE color: 2480591.

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

Color convert

RGB 207 217 37 -
CMYK 0.05 0 0.83 0.15
HSL 63.33º 0.71% 0.5% -
HSV(B) 63.33º 0.83% 0.85% -
XYZ 50.88 63.02 11.23 -
YUV 193.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 207 217 37 0.05 0 0.83 0.15 63.33 0.71 0.5
Hex CF D9 25 5 0 53 F 3F 47 32
Octal 317 331 45 5 0 123 17 77 107 62
Binary 11001111 11011001 100101 101 0 1010011 1111 111111 1000111 110010

Color Harmonies of #CFD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD925

Black with #CFD925

Text Example


Text Example

White with #CFD925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD925; }

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

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

background-color css

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

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

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

border-color css

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

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

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