Html Css Color HEX #CEFA3A Pear

📋 copy color: '#CEFA3A'

red 206 ◦ green 250 ◦ blue 58

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

Shades of Pear #CEFA3A

Tints of Pear #CEFA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.28%

R = 40.08%
G = 48.64%
B = 11.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#CEFA3A (or 0xCEFA3A) is known color: Pear. HEX triplet: CE, FA and 3A. RGB value is (206,250,58). Sum of RGB (Red+Green+Blue) = 206+250+58=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA3A is #3105C5. Grayscale: #D7D7D7. Windows color (decimal): -3212742 or 3865294. OLE color: 3865294.

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

Color convert

RGB 206 250 58 -
CMYK 0.18 0 0.77 0.02
HSL 73.75º 0.95% 0.6% -
HSV(B) 73.75º 0.77% 0.98% -
XYZ 60.4 81.8 16.61 -
YUV 214.96 39.42 121.61 -
System Red Green Blue C M Y K H S L
Decimal 206 250 58 0.18 0 0.77 0.02 73.75 0.95 0.6
Hex CE FA 3A 12 0 4D 2 4A 5F 3C
Octal 316 372 72 22 0 115 2 112 137 74
Binary 11001110 11111010 111010 10010 0 1001101 10 1001010 1011111 111100

Color Harmonies of #CEFA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA3A

Black with #CEFA3A

Text Example


Text Example

White with #CEFA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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