Html Css Color HEX #CFCF33 Bitter Lemon

📋 copy color: '#CFCF33'

red 207 ◦ green 207 ◦ blue 51

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

Shades of Bitter Lemon #CFCF33

Tints of Bitter Lemon #CFCF33

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.52%

 BLUE value IS 51 (20.31% from 255) = 10.97%

R = 44.52%
G = 44.52%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFCF33 (or 0xCFCF33) is known color: Bitter Lemon. HEX triplet: CF, CF and 33. RGB value is (207,207,51). Sum of RGB (Red+Green+Blue) = 207+207+51=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF33 is #3030CC. Grayscale: #BDBDBD. Windows color (decimal): -3158221 or 3395535. OLE color: 3395535.

HSL color Cylindrical-coordinate representation of color #CFCF33: hue angle of 60º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFCF33 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 207 51 -
CMYK 0 0 0.75 0.19
HSL 60º 0.62% 0.51% -
HSV(B) 60º 0.75% 0.81% -
XYZ 48.64 58.13 11.79 -
YUV 189.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 207 207 51 0 0 0.75 0.19 60 0.62 0.51
Hex CF CF 33 0 0 4B 13 3C 3E 33
Octal 317 317 63 0 0 113 23 74 76 63
Binary 11001111 11001111 110011 0 0 1001011 10011 111100 111110 110011

Color Harmonies of #CFCF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCF33

Black with #CFCF33

Text Example


Text Example

White with #CFCF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCF33; }

 p { color: rgb(207,207,51); }

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

background-color css

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

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

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

border-color css

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

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

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