Html Css Color HEX #CCF134 Pear

📋 copy color: '#CCF134'

red 204 ◦ green 241 ◦ blue 52

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

Shades of Pear #CCF134

Tints of Pear #CCF134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.49%

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

R = 41.05%
G = 48.49%
B = 10.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#CCF134 (or 0xCCF134) is known color: Pear. HEX triplet: CC, F1 and 34. RGB value is (204,241,52). Sum of RGB (Red+Green+Blue) = 204+241+52=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF134 is #330ECB. Grayscale: #D1D1D1. Windows color (decimal): -3346124 or 3469772. OLE color: 3469772.

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

Color convert

RGB 204 241 52 -
CMYK 0.15 0 0.78 0.05
HSL 71.75º 0.87% 0.57% -
HSV(B) 71.75º 0.78% 0.95% -
XYZ 56.98 76 14.91 -
YUV 208.39 39.74 124.87 -
System Red Green Blue C M Y K H S L
Decimal 204 241 52 0.15 0 0.78 0.05 71.75 0.87 0.57
Hex CC F1 34 F 0 4E 5 48 57 39
Octal 314 361 64 17 0 116 5 110 127 71
Binary 11001100 11110001 110100 1111 0 1001110 101 1001000 1010111 111001

Color Harmonies of #CCF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF134

Black with #CCF134

Text Example


Text Example

White with #CCF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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