Html Css Color HEX #CCCF36 Bitter Lemon

📋 copy color: '#CCCF36'

red 204 ◦ green 207 ◦ blue 54

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

Shades of Bitter Lemon #CCCF36

Tints of Bitter Lemon #CCCF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.61%

R = 43.87%
G = 44.52%
B = 11.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CCCF36 (or 0xCCCF36) is known color: Bitter Lemon. HEX triplet: CC, CF and 36. RGB value is (204,207,54). Sum of RGB (Red+Green+Blue) = 204+207+54=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF36 is #3330C9. Grayscale: #BDBDBD. Windows color (decimal): -3354826 or 3592140. OLE color: 3592140.

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

Color convert

RGB 204 207 54 -
CMYK 0.01 0 0.74 0.19
HSL 61.18º 0.61% 0.51% -
HSV(B) 61.18º 0.74% 0.81% -
XYZ 47.88 57.73 12.11 -
YUV 188.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 204 207 54 0.01 0 0.74 0.19 61.18 0.61 0.51
Hex CC CF 36 1 0 4A 13 3D 3D 33
Octal 314 317 66 1 0 112 23 75 75 63
Binary 11001100 11001111 110110 1 0 1001010 10011 111101 111101 110011

Color Harmonies of #CCCF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF36

Black with #CCCF36

Text Example


Text Example

White with #CCCF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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