Html Css Color HEX #CCCF2F Bitter Lemon

📋 copy color: '#CCCF2F'

red 204 ◦ green 207 ◦ blue 47

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

Shades of Bitter Lemon #CCCF2F

Tints of Bitter Lemon #CCCF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.26%

R = 44.54%
G = 45.2%
B = 10.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CCCF2F (or 0xCCCF2F) is known color: Bitter Lemon. HEX triplet: CC, CF and 2F. RGB value is (204,207,47). Sum of RGB (Red+Green+Blue) = 204+207+47=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF2F is #3330D0. Grayscale: #BCBCBC. Windows color (decimal): -3354833 or 3133388. OLE color: 3133388.

HSL color Cylindrical-coordinate representation of color #CCCF2F: hue angle of 61.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCCF2F is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 47 -
CMYK 0.01 0 0.77 0.19
HSL 61.13º 0.63% 0.5% -
HSV(B) 61.13º 0.77% 0.81% -
XYZ 47.73 57.67 11.3 -
YUV 187.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 204 207 47 0.01 0 0.77 0.19 61.13 0.63 0.5
Hex CC CF 2F 1 0 4D 13 3D 3F 32
Octal 314 317 57 1 0 115 23 75 77 62
Binary 11001100 11001111 101111 1 0 1001101 10011 111101 111111 110010

Color Harmonies of #CCCF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF2F

Black with #CCCF2F

Text Example


Text Example

White with #CCCF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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