Html Css Color HEX #CCF238 Pear

📋 copy color: '#CCF238'

red 204 ◦ green 242 ◦ blue 56

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

Shades of Pear #CCF238

Tints of Pear #CCF238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.16%

R = 40.64%
G = 48.21%
B = 11.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#CCF238 (or 0xCCF238) is known color: Pear. HEX triplet: CC, F2 and 38. RGB value is (204,242,56). Sum of RGB (Red+Green+Blue) = 204+242+56=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF238 is #330DC7. Grayscale: #D2D2D2. Windows color (decimal): -3345864 or 3732172. OLE color: 3732172.

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

Color convert

RGB 204 242 56 -
CMYK 0.16 0 0.77 0.05
HSL 72.26º 0.88% 0.58% -
HSV(B) 72.26º 0.77% 0.95% -
XYZ 57.37 76.63 15.51 -
YUV 209.43 41.41 124.12 -
System Red Green Blue C M Y K H S L
Decimal 204 242 56 0.16 0 0.77 0.05 72.26 0.88 0.58
Hex CC F2 38 10 0 4D 5 48 58 3A
Octal 314 362 70 20 0 115 5 110 130 72
Binary 11001100 11110010 111000 10000 0 1001101 101 1001000 1011000 111010

Color Harmonies of #CCF238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF238

Black with #CCF238

Text Example


Text Example

White with #CCF238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF238; }

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

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

background-color css

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

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

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

border-color css

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

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

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