Html Css Color HEX #CCF430 Pear

📋 copy color: '#CCF430'

red 204 ◦ green 244 ◦ blue 48

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

Shades of Pear #CCF430

Tints of Pear #CCF430

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.19%

 BLUE value IS 48 (19.14% from 255) = 9.68%

R = 41.13%
G = 49.19%
B = 9.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CCF430 (or 0xCCF430) is known color: Pear. HEX triplet: CC, F4 and 30. RGB value is (204,244,48). Sum of RGB (Red+Green+Blue) = 204+244+48=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF430 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF430 is #330BCF. Grayscale: #D2D2D2. Windows color (decimal): -3345360 or 3208396. OLE color: 3208396.

HSL color Cylindrical-coordinate representation of color #CCF430: hue angle of 72.24º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF430 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 48 -
CMYK 0.16 0 0.80 0.04
HSL 72.24º 0.9% 0.57% -
HSV(B) 72.24º 0.8% 0.96% -
XYZ 57.79 77.75 14.76 -
YUV 209.7 36.75 123.94 -
System Red Green Blue C M Y K H S L
Decimal 204 244 48 0.16 0 0.80 0.04 72.24 0.9 0.57
Hex CC F4 30 10 0 50 4 48 5A 39
Octal 314 364 60 20 0 120 4 110 132 71
Binary 11001100 11110100 110000 10000 0 1010000 100 1001000 1011010 111001

Color Harmonies of #CCF430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF430

Black with #CCF430

Text Example


Text Example

White with #CCF430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF430; }

 p { color: rgb(204,244,48); }

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

background-color css

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

 a { background-color: rgb(204,244,48); }

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

border-color css

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

 span { border-color: rgb(204,244,48); }

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