Html Css Color HEX #CCF538 Pear

📋 copy color: '#CCF538'

red 204 ◦ green 245 ◦ blue 56

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

Shades of Pear #CCF538

Tints of Pear #CCF538

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.51%

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

R = 40.4%
G = 48.51%
B = 11.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#CCF538 (or 0xCCF538) is known color: Pear. HEX triplet: CC, F5 and 38. RGB value is (204,245,56). Sum of RGB (Red+Green+Blue) = 204+245+56=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF538 is #330AC7. Grayscale: #D3D3D3. Windows color (decimal): -3345096 or 3732940. OLE color: 3732940.

HSL color Cylindrical-coordinate representation of color #CCF538: hue angle of 73.02º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCF538 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 56 -
CMYK 0.17 0 0.77 0.04
HSL 73.02º 0.9% 0.59% -
HSV(B) 73.02º 0.77% 0.96% -
XYZ 58.27 78.43 15.81 -
YUV 211.2 40.42 122.87 -
System Red Green Blue C M Y K H S L
Decimal 204 245 56 0.17 0 0.77 0.04 73.02 0.9 0.59
Hex CC F5 38 11 0 4D 4 49 5A 3B
Octal 314 365 70 21 0 115 4 111 132 73
Binary 11001100 11110101 111000 10001 0 1001101 100 1001001 1011010 111011

Color Harmonies of #CCF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF538

Black with #CCF538

Text Example


Text Example

White with #CCF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF538; }

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

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

background-color css

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

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

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

border-color css

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

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

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