Html Css Color HEX #CFE241 Pear

📋 copy color: '#CFE241'

red 207 ◦ green 226 ◦ blue 65

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

Shades of Pear #CFE241

Tints of Pear #CFE241

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.38%

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

R = 41.57%
G = 45.38%
B = 13.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#CFE241 (or 0xCFE241) is known color: Pear. HEX triplet: CF, E2 and 41. RGB value is (207,226,65). Sum of RGB (Red+Green+Blue) = 207+226+65=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE241 is #301DBE. Grayscale: #CACACA. Windows color (decimal): -3153343 or 4317903. OLE color: 4317903.

HSL color Cylindrical-coordinate representation of color #CFE241: hue angle of 67.08º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFE241 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 65 -
CMYK 0.08 0 0.71 0.11
HSL 67.08º 0.74% 0.57% -
HSV(B) 67.08º 0.71% 0.89% -
XYZ 53.88 68.04 15.29 -
YUV 201.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 207 226 65 0.08 0 0.71 0.11 67.08 0.74 0.57
Hex CF E2 41 8 0 47 B 43 4A 39
Octal 317 342 101 10 0 107 13 103 112 71
Binary 11001111 11100010 1000001 1000 0 1000111 1011 1000011 1001010 111001

Color Harmonies of #CFE241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE241

Black with #CFE241

Text Example


Text Example

White with #CFE241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE241; }

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

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

background-color css

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

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

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

border-color css

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

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

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