Html Css Color HEX #CCF031 Pear

📋 copy color: '#CCF031'

red 204 ◦ green 240 ◦ blue 49

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

Shades of Pear #CCF031

Tints of Pear #CCF031

RGB

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

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

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

R = 41.38%
G = 48.68%
B = 9.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#CCF031 (or 0xCCF031) is known color: Pear. HEX triplet: CC, F0 and 31. RGB value is (204,240,49). Sum of RGB (Red+Green+Blue) = 204+240+49=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF031 is #330FCE. Grayscale: #D0D0D0. Windows color (decimal): -3346383 or 3272908. OLE color: 3272908.

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

Color convert

RGB 204 240 49 -
CMYK 0.15 0 0.80 0.06
HSL 71.31º 0.86% 0.57% -
HSV(B) 71.31º 0.8% 0.94% -
XYZ 56.62 75.38 14.47 -
YUV 207.46 38.57 125.53 -
System Red Green Blue C M Y K H S L
Decimal 204 240 49 0.15 0 0.80 0.06 71.31 0.86 0.57
Hex CC F0 31 F 0 50 6 47 56 39
Octal 314 360 61 17 0 120 6 107 126 71
Binary 11001100 11110000 110001 1111 0 1010000 110 1000111 1010110 111001

Color Harmonies of #CCF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF031

Black with #CCF031

Text Example


Text Example

White with #CCF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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