Html Css Color HEX #CCF348 Pear

📋 copy color: '#CCF348'

red 204 ◦ green 243 ◦ blue 72

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

Shades of Pear #CCF348

Tints of Pear #CCF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.82%

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

R = 39.31%
G = 46.82%
B = 13.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#CCF348 (or 0xCCF348) is known color: Pear. HEX triplet: CC, F3 and 48. RGB value is (204,243,72). Sum of RGB (Red+Green+Blue) = 204+243+72=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF348 is #330CB7. Grayscale: #D4D4D4. Windows color (decimal): -3345592 or 4781004. OLE color: 4781004.

HSL color Cylindrical-coordinate representation of color #CCF348: hue angle of 73.68º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF348 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 72 -
CMYK 0.16 0 0.70 0.05
HSL 73.68º 0.88% 0.62% -
HSV(B) 73.68º 0.7% 0.95% -
XYZ 58.12 77.41 18.01 -
YUV 211.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 204 243 72 0.16 0 0.70 0.05 73.68 0.88 0.62
Hex CC F3 48 10 0 46 5 4A 58 3E
Octal 314 363 110 20 0 106 5 112 130 76
Binary 11001100 11110011 1001000 10000 0 1000110 101 1001010 1011000 111110

Color Harmonies of #CCF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF348

Black with #CCF348

Text Example


Text Example

White with #CCF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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