Html Css Color HEX #CFF94C Pear

📋 copy color: '#CFF94C'

red 207 ◦ green 249 ◦ blue 76

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

Shades of Pear #CFF94C

Tints of Pear #CFF94C

RGB

 RED value IS 207 (81.25% from 255) = 38.91%

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

 BLUE value IS 76 (30.08% from 255) = 14.29%

R = 38.91%
G = 46.8%
B = 14.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#CFF94C (or 0xCFF94C) is known color: Pear. HEX triplet: CF, F9 and 4C. RGB value is (207,249,76). Sum of RGB (Red+Green+Blue) = 207+249+76=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 76 (30.08% from 255 or 14.29% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF94C is #3006B3. Grayscale: #D9D9D9. Windows color (decimal): -3147444 or 5044687. OLE color: 5044687.

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

Color convert

RGB 207 249 76 -
CMYK 0.17 0 0.69 0.02
HSL 74.57º 0.94% 0.64% -
HSV(B) 74.57º 0.69% 0.98% -
XYZ 60.91 81.54 19.37 -
YUV 216.72 48.59 121.07 -
System Red Green Blue C M Y K H S L
Decimal 207 249 76 0.17 0 0.69 0.02 74.57 0.94 0.64
Hex CF F9 4C 11 0 45 2 4B 5E 40
Octal 317 371 114 21 0 105 2 113 136 100
Binary 11001111 11111001 1001100 10001 0 1000101 10 1001011 1011110 1000000

Color Harmonies of #CFF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF94C

Black with #CFF94C

Text Example


Text Example

White with #CFF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF94C; }

 p { color: rgb(207,249,76); }

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

background-color css

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

 a { background-color: rgb(207,249,76); }

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

border-color css

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

 span { border-color: rgb(207,249,76); }

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