Html Css Color HEX #CCF034 Pear

📋 copy color: '#CCF034'

red 204 ◦ green 240 ◦ blue 52

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

Shades of Pear #CCF034

Tints of Pear #CCF034

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.39%

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

R = 41.13%
G = 48.39%
B = 10.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#CCF034 (or 0xCCF034) is known color: Pear. HEX triplet: CC, F0 and 34. RGB value is (204,240,52). Sum of RGB (Red+Green+Blue) = 204+240+52=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF034 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF034 is #330FCB. Grayscale: #D0D0D0. Windows color (decimal): -3346380 or 3469516. OLE color: 3469516.

HSL color Cylindrical-coordinate representation of color #CCF034: hue angle of 71.49º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCF034 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 52 -
CMYK 0.15 0 0.78 0.06
HSL 71.49º 0.86% 0.57% -
HSV(B) 71.49º 0.78% 0.94% -
XYZ 56.68 75.41 14.82 -
YUV 207.8 40.07 125.29 -
System Red Green Blue C M Y K H S L
Decimal 204 240 52 0.15 0 0.78 0.06 71.49 0.86 0.57
Hex CC F0 34 F 0 4E 6 47 56 39
Octal 314 360 64 17 0 116 6 107 126 71
Binary 11001100 11110000 110100 1111 0 1001110 110 1000111 1010110 111001

Color Harmonies of #CCF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF034

Black with #CCF034

Text Example


Text Example

White with #CCF034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF034; }

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

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

background-color css

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

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

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

border-color css

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

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

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