Html Css Color HEX #CCF328 Pear

📋 copy color: '#CCF328'

red 204 ◦ green 243 ◦ blue 40

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

Shades of Pear #CCF328

Tints of Pear #CCF328

RGB

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

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

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

R = 41.89%
G = 49.9%
B = 8.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#CCF328 (or 0xCCF328) is known color: Pear. HEX triplet: CC, F3 and 28. RGB value is (204,243,40). Sum of RGB (Red+Green+Blue) = 204+243+40=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF328 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF328 is #330CD7. Grayscale: #D0D0D0. Windows color (decimal): -3345624 or 2683852. OLE color: 2683852.

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

Color convert

RGB 204 243 40 -
CMYK 0.16 0 0.84 0.05
HSL 71.53º 0.89% 0.55% -
HSV(B) 71.53º 0.84% 0.95% -
XYZ 57.34 77.09 13.87 -
YUV 208.2 33.08 125.01 -
System Red Green Blue C M Y K H S L
Decimal 204 243 40 0.16 0 0.84 0.05 71.53 0.89 0.55
Hex CC F3 28 10 0 54 5 48 59 37
Octal 314 363 50 20 0 124 5 110 131 67
Binary 11001100 11110011 101000 10000 0 1010100 101 1001000 1011001 110111

Color Harmonies of #CCF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF328

Black with #CCF328

Text Example


Text Example

White with #CCF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF328; }

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

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

background-color css

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

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

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

border-color css

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

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

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