Html Css Color HEX #CCF940 Pear

📋 copy color: '#CCF940'

red 204 ◦ green 249 ◦ blue 64

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

Shades of Pear #CCF940

Tints of Pear #CCF940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.16%

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 39.46%
G = 48.16%
B = 12.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#CCF940 (or 0xCCF940) is known color: Pear. HEX triplet: CC, F9 and 40. RGB value is (204,249,64). Sum of RGB (Red+Green+Blue) = 204+249+64=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF940 is #3306BF. Grayscale: #D7D7D7. Windows color (decimal): -3344064 or 4258252. OLE color: 4258252.

HSL color Cylindrical-coordinate representation of color #CCF940: hue angle of 74.59º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF940 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 64 -
CMYK 0.18 0 0.74 0.02
HSL 74.59º 0.94% 0.61% -
HSV(B) 74.59º 0.74% 0.98% -
XYZ 59.7 80.96 17.33 -
YUV 214.46 43.09 120.54 -
System Red Green Blue C M Y K H S L
Decimal 204 249 64 0.18 0 0.74 0.02 74.59 0.94 0.61
Hex CC F9 40 12 0 4A 2 4B 5E 3D
Octal 314 371 100 22 0 112 2 113 136 75
Binary 11001100 11111001 1000000 10010 0 1001010 10 1001011 1011110 111101

Color Harmonies of #CCF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF940

Black with #CCF940

Text Example


Text Example

White with #CCF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF940; }

 p { color: rgb(204,249,64); }

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

background-color css

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

 a { background-color: rgb(204,249,64); }

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

border-color css

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

 span { border-color: rgb(204,249,64); }

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