Html Css Color HEX #CFEF2E Pear

📋 copy color: '#CFEF2E'

red 207 ◦ green 239 ◦ blue 46

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

Shades of Pear #CFEF2E

Tints of Pear #CFEF2E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 46 (18.36% from 255) = 9.35%

R = 42.07%
G = 48.58%
B = 9.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#CFEF2E (or 0xCFEF2E) is known color: Pear. HEX triplet: CF, EF and 2E. RGB value is (207,239,46). Sum of RGB (Red+Green+Blue) = 207+239+46=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF2E is #3010D1. Grayscale: #D0D0D0. Windows color (decimal): -3150034 or 3076047. OLE color: 3076047.

HSL color Cylindrical-coordinate representation of color #CFEF2E: hue angle of 69.95º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFEF2E is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 46 -
CMYK 0.13 0 0.81 0.06
HSL 69.95º 0.86% 0.56% -
HSV(B) 69.95º 0.81% 0.94% -
XYZ 57.09 75.2 14.09 -
YUV 207.43 36.9 127.69 -
System Red Green Blue C M Y K H S L
Decimal 207 239 46 0.13 0 0.81 0.06 69.95 0.86 0.56
Hex CF EF 2E D 0 51 6 46 56 38
Octal 317 357 56 15 0 121 6 106 126 70
Binary 11001111 11101111 101110 1101 0 1010001 110 1000110 1010110 111000

Color Harmonies of #CFEF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF2E

Black with #CFEF2E

Text Example


Text Example

White with #CFEF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF2E; }

 p { color: rgb(207,239,46); }

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

background-color css

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

 a { background-color: rgb(207,239,46); }

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

border-color css

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

 span { border-color: rgb(207,239,46); }

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