Html Css Color HEX #CFD92D Bitter Lemon

📋 copy color: '#CFD92D'

red 207 ◦ green 217 ◦ blue 45

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

Shades of Bitter Lemon #CFD92D

Tints of Bitter Lemon #CFD92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.59%

R = 44.14%
G = 46.27%
B = 9.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CFD92D (or 0xCFD92D) is known color: Bitter Lemon. HEX triplet: CF, D9 and 2D. RGB value is (207,217,45). Sum of RGB (Red+Green+Blue) = 207+217+45=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD92D is #3026D2. Grayscale: #C3C3C3. Windows color (decimal): -3155667 or 3004879. OLE color: 3004879.

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

Color convert

RGB 207 217 45 -
CMYK 0.05 0 0.79 0.15
HSL 63.49º 0.69% 0.51% -
HSV(B) 63.49º 0.79% 0.85% -
XYZ 51.02 63.08 11.97 -
YUV 194.4 43.69 136.99 -
System Red Green Blue C M Y K H S L
Decimal 207 217 45 0.05 0 0.79 0.15 63.49 0.69 0.51
Hex CF D9 2D 5 0 4F F 3F 45 33
Octal 317 331 55 5 0 117 17 77 105 63
Binary 11001111 11011001 101101 101 0 1001111 1111 111111 1000101 110011

Color Harmonies of #CFD92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD92D

Black with #CFD92D

Text Example


Text Example

White with #CFD92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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