Html Css Color HEX #CEFA2F Pear

📋 copy color: '#CEFA2F'

red 206 ◦ green 250 ◦ blue 47

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

Shades of Pear #CEFA2F

Tints of Pear #CEFA2F

RGB

 RED value IS 206 (80.86% from 255) = 40.95%

 GREEN value IS 250 (98.05% from 255) = 49.7%

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 40.95%
G = 49.7%
B = 9.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#CEFA2F (or 0xCEFA2F) is known color: Pear. HEX triplet: CE, FA and 2F. RGB value is (206,250,47). Sum of RGB (Red+Green+Blue) = 206+250+47=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA2F is #3105D0. Grayscale: #D6D6D6. Windows color (decimal): -3212753 or 3144398. OLE color: 3144398.

HSL color Cylindrical-coordinate representation of color #CEFA2F: hue angle of 73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEFA2F is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 47 -
CMYK 0.18 0 0.81 0.02
HSL 73º 0.95% 0.58% -
HSV(B) 73º 0.81% 0.98% -
XYZ 60.15 81.7 15.29 -
YUV 213.7 33.92 122.51 -
System Red Green Blue C M Y K H S L
Decimal 206 250 47 0.18 0 0.81 0.02 73 0.95 0.58
Hex CE FA 2F 12 0 51 2 49 5F 3A
Octal 316 372 57 22 0 121 2 111 137 72
Binary 11001110 11111010 101111 10010 0 1010001 10 1001001 1011111 111010

Color Harmonies of #CEFA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA2F

Black with #CEFA2F

Text Example


Text Example

White with #CEFA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA2F; }

 p { color: rgb(206,250,47); }

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

background-color css

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

 a { background-color: rgb(206,250,47); }

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

border-color css

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

 span { border-color: rgb(206,250,47); }

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