Html Css Color HEX #CCF931 Pear

📋 copy color: '#CCF931'

red 204 ◦ green 249 ◦ blue 49

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

Shades of Pear #CCF931

Tints of Pear #CCF931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.76%

R = 40.64%
G = 49.6%
B = 9.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#CCF931 (or 0xCCF931) is known color: Pear. HEX triplet: CC, F9 and 31. RGB value is (204,249,49). Sum of RGB (Red+Green+Blue) = 204+249+49=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF931 is #3306CE. Grayscale: #D5D5D5. Windows color (decimal): -3344079 or 3275212. OLE color: 3275212.

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

Color convert

RGB 204 249 49 -
CMYK 0.18 0 0.80 0.02
HSL 73.5º 0.94% 0.58% -
HSV(B) 73.5º 0.8% 0.98% -
XYZ 59.33 80.81 15.38 -
YUV 212.75 35.59 121.76 -
System Red Green Blue C M Y K H S L
Decimal 204 249 49 0.18 0 0.80 0.02 73.5 0.94 0.58
Hex CC F9 31 12 0 50 2 4A 5E 3A
Octal 314 371 61 22 0 120 2 112 136 72
Binary 11001100 11111001 110001 10010 0 1010000 10 1001010 1011110 111010

Color Harmonies of #CCF931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF931

Black with #CCF931

Text Example


Text Example

White with #CCF931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF931; }

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

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

background-color css

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

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

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

border-color css

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

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

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