Html Css Color HEX #CCCF34 Bitter Lemon

📋 copy color: '#CCCF34'

red 204 ◦ green 207 ◦ blue 52

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

Shades of Bitter Lemon #CCCF34

Tints of Bitter Lemon #CCCF34

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

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

 BLUE value IS 52 (20.7% from 255) = 11.23%

R = 44.06%
G = 44.71%
B = 11.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CCCF34 (or 0xCCCF34) is known color: Bitter Lemon. HEX triplet: CC, CF and 34. RGB value is (204,207,52). Sum of RGB (Red+Green+Blue) = 204+207+52=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF34 is #3330CB. Grayscale: #BDBDBD. Windows color (decimal): -3354828 or 3461068. OLE color: 3461068.

HSL color Cylindrical-coordinate representation of color #CCCF34: hue angle of 61.16º 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 #CCCF34 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 52 -
CMYK 0.01 0 0.75 0.19
HSL 61.16º 0.62% 0.51% -
HSV(B) 61.16º 0.75% 0.81% -
XYZ 47.83 57.71 11.87 -
YUV 188.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 204 207 52 0.01 0 0.75 0.19 61.16 0.62 0.51
Hex CC CF 34 1 0 4B 13 3D 3E 33
Octal 314 317 64 1 0 113 23 75 76 63
Binary 11001100 11001111 110100 1 0 1001011 10011 111101 111110 110011

Color Harmonies of #CCCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF34

Black with #CCCF34

Text Example


Text Example

White with #CCCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF34; }

 p { color: rgb(204,207,52); }

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

background-color css

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

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

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

border-color css

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

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

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