Html Css Color HEX #CFF241 Pear

📋 copy color: '#CFF241'

red 207 ◦ green 242 ◦ blue 65

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

Shades of Pear #CFF241

Tints of Pear #CFF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

 BLUE value IS 65 (25.78% from 255) = 12.65%

R = 40.27%
G = 47.08%
B = 12.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CFF241 (or 0xCFF241) is known color: Pear. HEX triplet: CF, F2 and 41. RGB value is (207,242,65). Sum of RGB (Red+Green+Blue) = 207+242+65=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF241 is #300DBE. Grayscale: #D4D4D4. Windows color (decimal): -3149247 or 4321999. OLE color: 4321999.

HSL color Cylindrical-coordinate representation of color #CFF241: hue angle of 71.86º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF241 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 65 -
CMYK 0.14 0 0.73 0.05
HSL 71.86º 0.87% 0.6% -
HSV(B) 71.86º 0.73% 0.95% -
XYZ 58.44 77.15 16.81 -
YUV 211.36 45.4 124.89 -
System Red Green Blue C M Y K H S L
Decimal 207 242 65 0.14 0 0.73 0.05 71.86 0.87 0.6
Hex CF F2 41 E 0 49 5 48 57 3C
Octal 317 362 101 16 0 111 5 110 127 74
Binary 11001111 11110010 1000001 1110 0 1001001 101 1001000 1010111 111100

Color Harmonies of #CFF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF241

Black with #CFF241

Text Example


Text Example

White with #CFF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF241; }

 p { color: rgb(207,242,65); }

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

background-color css

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

 a { background-color: rgb(207,242,65); }

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

border-color css

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

 span { border-color: rgb(207,242,65); }

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