Html Css Color HEX #CCF041 Pear

📋 copy color: '#CCF041'

red 204 ◦ green 240 ◦ blue 65

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

Shades of Pear #CCF041

Tints of Pear #CCF041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.77%

R = 40.08%
G = 47.15%
B = 12.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#CCF041 (or 0xCCF041) is known color: Pear. HEX triplet: CC, F0 and 41. RGB value is (204,240,65). Sum of RGB (Red+Green+Blue) = 204+240+65=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF041 is #330FBE. Grayscale: #D1D1D1. Windows color (decimal): -3346367 or 4321484. OLE color: 4321484.

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

Color convert

RGB 204 240 65 -
CMYK 0.15 0 0.73 0.06
HSL 72.34º 0.85% 0.6% -
HSV(B) 72.34º 0.73% 0.94% -
XYZ 57.02 75.54 16.58 -
YUV 209.29 46.57 124.23 -
System Red Green Blue C M Y K H S L
Decimal 204 240 65 0.15 0 0.73 0.06 72.34 0.85 0.6
Hex CC F0 41 F 0 49 6 48 55 3C
Octal 314 360 101 17 0 111 6 110 125 74
Binary 11001100 11110000 1000001 1111 0 1001001 110 1001000 1010101 111100

Color Harmonies of #CCF041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF041

Black with #CCF041

Text Example


Text Example

White with #CCF041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF041; }

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

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

background-color css

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

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

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

border-color css

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

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

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