Html Css Color HEX #CEFA4A Pear

📋 copy color: '#CEFA4A'

red 206 ◦ green 250 ◦ blue 74

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

Shades of Pear #CEFA4A

Tints of Pear #CEFA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.96%

R = 38.87%
G = 47.17%
B = 13.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#CEFA4A (or 0xCEFA4A) is known color: Pear. HEX triplet: CE, FA and 4A. RGB value is (206,250,74). Sum of RGB (Red+Green+Blue) = 206+250+74=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA4A is #3105B5. Grayscale: #D9D9D9. Windows color (decimal): -3212726 or 4913870. OLE color: 4913870.

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

Color convert

RGB 206 250 74 -
CMYK 0.18 0 0.70 0.02
HSL 75º 0.95% 0.64% -
HSV(B) 75º 0.7% 0.98% -
XYZ 60.88 81.99 19.1 -
YUV 216.78 47.42 120.31 -
System Red Green Blue C M Y K H S L
Decimal 206 250 74 0.18 0 0.70 0.02 75 0.95 0.64
Hex CE FA 4A 12 0 46 2 4B 5F 40
Octal 316 372 112 22 0 106 2 113 137 100
Binary 11001110 11111010 1001010 10010 0 1000110 10 1001011 1011111 1000000

Color Harmonies of #CEFA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA4A

Black with #CEFA4A

Text Example


Text Example

White with #CEFA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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