Html Css Color HEX #CCF128 Pear

📋 copy color: '#CCF128'

red 204 ◦ green 241 ◦ blue 40

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

Shades of Pear #CCF128

Tints of Pear #CCF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.25%

R = 42.06%
G = 49.69%
B = 8.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CCF128 (or 0xCCF128) is known color: Pear. HEX triplet: CC, F1 and 28. RGB value is (204,241,40). Sum of RGB (Red+Green+Blue) = 204+241+40=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF128 is #330ED7. Grayscale: #CFCFCF. Windows color (decimal): -3346136 or 2683340. OLE color: 2683340.

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

Color convert

RGB 204 241 40 -
CMYK 0.15 0 0.83 0.05
HSL 71.04º 0.88% 0.55% -
HSV(B) 71.04º 0.83% 0.95% -
XYZ 56.74 75.9 13.67 -
YUV 207.02 33.74 125.84 -
System Red Green Blue C M Y K H S L
Decimal 204 241 40 0.15 0 0.83 0.05 71.04 0.88 0.55
Hex CC F1 28 F 0 53 5 47 58 37
Octal 314 361 50 17 0 123 5 107 130 67
Binary 11001100 11110001 101000 1111 0 1010011 101 1000111 1011000 110111

Color Harmonies of #CCF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF128

Black with #CCF128

Text Example


Text Example

White with #CCF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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