Html Css Color HEX #CCDA34 Bitter Lemon

📋 copy color: '#CCDA34'

red 204 ◦ green 218 ◦ blue 52

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

Shades of Bitter Lemon #CCDA34

Tints of Bitter Lemon #CCDA34

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

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

R = 43.04%
G = 45.99%
B = 10.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CCDA34 (or 0xCCDA34) is known color: Bitter Lemon. HEX triplet: CC, DA and 34. RGB value is (204,218,52). Sum of RGB (Red+Green+Blue) = 204+218+52=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA34 is #3325CB. Grayscale: #C3C3C3. Windows color (decimal): -3352012 or 3463884. OLE color: 3463884.

HSL color Cylindrical-coordinate representation of color #CCDA34: hue angle of 65.06º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCDA34 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 52 -
CMYK 0.06 0 0.76 0.15
HSL 65.06º 0.69% 0.53% -
HSV(B) 65.06º 0.76% 0.85% -
XYZ 50.59 63.23 12.79 -
YUV 194.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 204 218 52 0.06 0 0.76 0.15 65.06 0.69 0.53
Hex CC DA 34 6 0 4C F 41 45 35
Octal 314 332 64 6 0 114 17 101 105 65
Binary 11001100 11011010 110100 110 0 1001100 1111 1000001 1000101 110101

Color Harmonies of #CCDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA34

Black with #CCDA34

Text Example


Text Example

White with #CCDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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