Html Css Color HEX #CCF948 Pear

📋 copy color: '#CCF948'

red 204 ◦ green 249 ◦ blue 72

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

Shades of Pear #CCF948

Tints of Pear #CCF948

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.43%

 BLUE value IS 72 (28.52% from 255) = 13.71%

R = 38.86%
G = 47.43%
B = 13.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#CCF948 (or 0xCCF948) is known color: Pear. HEX triplet: CC, F9 and 48. RGB value is (204,249,72). Sum of RGB (Red+Green+Blue) = 204+249+72=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF948 is #3306B7. Grayscale: #D8D8D8. Windows color (decimal): -3344056 or 4782540. OLE color: 4782540.

HSL color Cylindrical-coordinate representation of color #CCF948: hue angle of 75.25º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF948 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 72 -
CMYK 0.18 0 0.71 0.02
HSL 75.25º 0.94% 0.63% -
HSV(B) 75.25º 0.71% 0.98% -
XYZ 59.95 81.06 18.62 -
YUV 215.37 47.09 119.89 -
System Red Green Blue C M Y K H S L
Decimal 204 249 72 0.18 0 0.71 0.02 75.25 0.94 0.63
Hex CC F9 48 12 0 47 2 4B 5E 3F
Octal 314 371 110 22 0 107 2 113 136 77
Binary 11001100 11111001 1001000 10010 0 1000111 10 1001011 1011110 111111

Color Harmonies of #CCF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF948

Black with #CCF948

Text Example


Text Example

White with #CCF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF948; }

 p { color: rgb(204,249,72); }

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

background-color css

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

 a { background-color: rgb(204,249,72); }

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

border-color css

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

 span { border-color: rgb(204,249,72); }

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