Html Css Color HEX #CCF038 Pear

📋 copy color: '#CCF038'

red 204 ◦ green 240 ◦ blue 56

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

Shades of Pear #CCF038

Tints of Pear #CCF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

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

R = 40.8%
G = 48%
B = 11.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#CCF038 (or 0xCCF038) is known color: Pear. HEX triplet: CC, F0 and 38. RGB value is (204,240,56). Sum of RGB (Red+Green+Blue) = 204+240+56=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF038 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF038 is #330FC7. Grayscale: #D0D0D0. Windows color (decimal): -3346376 or 3731660. OLE color: 3731660.

HSL color Cylindrical-coordinate representation of color #CCF038: hue angle of 71.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCF038 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 56 -
CMYK 0.15 0 0.77 0.06
HSL 71.74º 0.86% 0.58% -
HSV(B) 71.74º 0.77% 0.94% -
XYZ 56.78 75.44 15.31 -
YUV 208.26 42.07 124.96 -
System Red Green Blue C M Y K H S L
Decimal 204 240 56 0.15 0 0.77 0.06 71.74 0.86 0.58
Hex CC F0 38 F 0 4D 6 48 56 3A
Octal 314 360 70 17 0 115 6 110 126 72
Binary 11001100 11110000 111000 1111 0 1001101 110 1001000 1010110 111010

Color Harmonies of #CCF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF038

Black with #CCF038

Text Example


Text Example

White with #CCF038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF038; }

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

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

background-color css

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

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

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

border-color css

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

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

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