Html Css Color HEX #CCF230 Pear

📋 copy color: '#CCF230'

red 204 ◦ green 242 ◦ blue 48

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

Shades of Pear #CCF230

Tints of Pear #CCF230

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.99%

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

R = 41.3%
G = 48.99%
B = 9.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#CCF230 (or 0xCCF230) is known color: Pear. HEX triplet: CC, F2 and 30. RGB value is (204,242,48). Sum of RGB (Red+Green+Blue) = 204+242+48=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF230 is #330DCF. Grayscale: #D1D1D1. Windows color (decimal): -3345872 or 3207884. OLE color: 3207884.

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

Color convert

RGB 204 242 48 -
CMYK 0.16 0 0.80 0.05
HSL 71.75º 0.88% 0.57% -
HSV(B) 71.75º 0.8% 0.95% -
XYZ 57.19 76.56 14.56 -
YUV 208.52 37.41 124.77 -
System Red Green Blue C M Y K H S L
Decimal 204 242 48 0.16 0 0.80 0.05 71.75 0.88 0.57
Hex CC F2 30 10 0 50 5 48 58 39
Octal 314 362 60 20 0 120 5 110 130 71
Binary 11001100 11110010 110000 10000 0 1010000 101 1001000 1011000 111001

Color Harmonies of #CCF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF230

Black with #CCF230

Text Example


Text Example

White with #CCF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF230; }

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

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

background-color css

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

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

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

border-color css

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

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

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