Html Css Color HEX #CFFA30 Pear

📋 copy color: '#CFFA30'

red 207 ◦ green 250 ◦ blue 48

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

Shades of Pear #CFFA30

Tints of Pear #CFFA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.5%

R = 40.99%
G = 49.5%
B = 9.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#CFFA30 (or 0xCFFA30) is known color: Pear. HEX triplet: CF, FA and 30. RGB value is (207,250,48). Sum of RGB (Red+Green+Blue) = 207+250+48=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA30 is #3005CF. Grayscale: #D6D6D6. Windows color (decimal): -3147216 or 3209935. OLE color: 3209935.

HSL color Cylindrical-coordinate representation of color #CFFA30: hue angle of 72.77º 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 #CFFA30 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 48 -
CMYK 0.17 0 0.81 0.02
HSL 72.77º 0.95% 0.58% -
HSV(B) 72.77º 0.81% 0.98% -
XYZ 60.45 81.85 15.41 -
YUV 214.12 34.25 122.93 -
System Red Green Blue C M Y K H S L
Decimal 207 250 48 0.17 0 0.81 0.02 72.77 0.95 0.58
Hex CF FA 30 11 0 51 2 49 5F 3A
Octal 317 372 60 21 0 121 2 111 137 72
Binary 11001111 11111010 110000 10001 0 1010001 10 1001001 1011111 111010

Color Harmonies of #CFFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA30

Black with #CFFA30

Text Example


Text Example

White with #CFFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA30; }

 p { color: rgb(207,250,48); }

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

background-color css

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

 a { background-color: rgb(207,250,48); }

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

border-color css

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

 span { border-color: rgb(207,250,48); }

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