Html Css Color HEX #CCCF30 Bitter Lemon

📋 copy color: '#CCCF30'

red 204 ◦ green 207 ◦ blue 48

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

Shades of Bitter Lemon #CCCF30

Tints of Bitter Lemon #CCCF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.46%

R = 44.44%
G = 45.1%
B = 10.46%

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

#CCCF30 (or 0xCCCF30) is known color: Bitter Lemon. HEX triplet: CC, CF and 30. RGB value is (204,207,48). Sum of RGB (Red+Green+Blue) = 204+207+48=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF30 is #3330CF. Grayscale: #BCBCBC. Windows color (decimal): -3354832 or 3198924. OLE color: 3198924.

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

Color convert

RGB 204 207 48 -
CMYK 0.01 0 0.77 0.19
HSL 61.13º 0.62% 0.5% -
HSV(B) 61.13º 0.77% 0.81% -
XYZ 47.75 57.68 11.41 -
YUV 187.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 204 207 48 0.01 0 0.77 0.19 61.13 0.62 0.5
Hex CC CF 30 1 0 4D 13 3D 3E 32
Octal 314 317 60 1 0 115 23 75 76 62
Binary 11001100 11001111 110000 1 0 1001101 10011 111101 111110 110010

Color Harmonies of #CCCF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF30

Black with #CCCF30

Text Example


Text Example

White with #CCCF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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