Html Css Color HEX #CCF71F Pear

📋 copy color: '#CCF71F'

red 204 ◦ green 247 ◦ blue 31

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

Shades of Pear #CCF71F

Tints of Pear #CCF71F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.24%

 BLUE value IS 31 (12.5% from 255) = 6.43%

R = 42.32%
G = 51.24%
B = 6.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#CCF71F (or 0xCCF71F) is known color: Pear. HEX triplet: CC, F7 and 1F. RGB value is (204,247,31). Sum of RGB (Red+Green+Blue) = 204+247+31=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF71F is #3308E0. Grayscale: #D2D2D2. Windows color (decimal): -3344609 or 2095052. OLE color: 2095052.

HSL color Cylindrical-coordinate representation of color #CCF71F: hue angle of 71.94º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF71F is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 31 -
CMYK 0.17 0 0.87 0.03
HSL 71.94º 0.93% 0.55% -
HSV(B) 71.94º 0.87% 0.97% -
XYZ 58.41 79.46 13.55 -
YUV 209.52 27.25 124.06 -
System Red Green Blue C M Y K H S L
Decimal 204 247 31 0.17 0 0.87 0.03 71.94 0.93 0.55
Hex CC F7 1F 11 0 57 3 48 5D 37
Octal 314 367 37 21 0 127 3 110 135 67
Binary 11001100 11110111 11111 10001 0 1010111 11 1001000 1011101 110111

Color Harmonies of #CCF71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF71F

Black with #CCF71F

Text Example


Text Example

White with #CCF71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF71F; }

 p { color: rgb(204,247,31); }

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

background-color css

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

 a { background-color: rgb(204,247,31); }

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

border-color css

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

 span { border-color: rgb(204,247,31); }

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